f1ce203361
The late variables aren't supported in this CL. Part of https://github.com/dart-lang/sdk/issues/49749 Change-Id: Iebc50f716e3575c6dd7bce915e5e294d4c8c8363 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/276525 Commit-Queue: Chloe Stefantsova <cstefantsova@google.com> Reviewed-by: Johnni Winther <johnniwinther@google.com>
14 lines
312 B
Plaintext
14 lines
312 B
Plaintext
library /*isNonNullableByDefault*/;
|
|
import self as self;
|
|
|
|
static method test1(dynamic x) → dynamic
|
|
;
|
|
static method test2(dynamic x) → dynamic
|
|
;
|
|
static method main() → dynamic
|
|
;
|
|
static method expectEquals(dynamic x, dynamic y) → dynamic
|
|
;
|
|
static method expectThrows(() → void f) → dynamic
|
|
;
|