-
Notifications
You must be signed in to change notification settings - Fork 50
Conversation
…lable stack traces land
} | ||
|
||
/// The operation controlled by this completer. | ||
CancelableOperation<T> get operation => _operation; | ||
CancelableOperation<T> _operation; | ||
late final CancelableOperation<T> operation; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this gives the appearance of a setter. There won't be a static error for trying to set it... Is that a bug in the SDK?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh interesting...... cc @leafpetersen
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Going to leave this for now and follow up if we decide it needs to change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do think this needs to change. #139
Collecting a list of potential breaking changes here dart-lang/core#328 |
Tests not migrated yet, but sending this out for review in the meantime.Tests migrated as well now