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>
12 lines
243 B
Plaintext
12 lines
243 B
Plaintext
class C {
|
|
|
|
covariant final int x = 42;
|
|
}
|
|
|
|
|
|
class[KeywordToken] C[StringToken] {[BeginToken]
|
|
|
|
covariant[KeywordToken] final[KeywordToken] int[StringToken] x[StringToken] =[SimpleToken] 42[StringToken];[SimpleToken]
|
|
}[SimpleToken]
|
|
[SimpleToken]
|