6209d8dd0b
Part of https://github.com/dart-lang/sdk/issues/61572 Change-Id: I7569168e6595e88e2bda25a122f3b238c188b381 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/466080 Reviewed-by: Johnni Winther <johnniwinther@google.com> Commit-Queue: Chloe Stefantsova <cstefantsova@google.com>
7 lines
100 B
Plaintext
7 lines
100 B
Plaintext
library;
|
|
import self as self;
|
|
|
|
static method test1() → dynamic {
|
|
function test2() → Null {}
|
|
}
|