1b7b0bcc95
Bug: #40805 Change-Id: I94db171493ccb57f294928a3e2cec60740a09e91 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/137796 Reviewed-by: Johnni Winther <johnniwinther@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Jens Johansen <jensj@google.com>
5 lines
79 B
Dart
5 lines
79 B
Dart
class C {
|
|
// Error. There is no setter.
|
|
covariant late final int x = 42;
|
|
}
|