Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

refactor(WatchGroup): remove an interface #927

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/change_detection/watch_group.dart
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ class _InvokeHandler extends _Handler implements _ArgHandlerList {
}


class _EvalWatchRecord implements WatchRecord<_Handler>, Record<_Handler> {
class _EvalWatchRecord implements WatchRecord<_Handler> {
static const int _MODE_INVALID_ = -2;
static const int _MODE_DELETED_ = -1;
static const int _MODE_MARKER_ = 0;
Expand Down