e2ad2db805
Change-Id: Ibf453ca7390b81da7231dcb1be43e426c00d6eeb Reviewed-on: https://dart-review.googlesource.com/35100 Commit-Queue: Sigmund Cherem <sigmund@google.com> Reviewed-by: Peter von der Ahé <ahe@google.com> Reviewed-by: Johnni Winther <johnniwinther@google.com>
9 lines
208 B
Plaintext
9 lines
208 B
Plaintext
library;
|
|
import self as self;
|
|
import "./deferred_lib.dart" as def;
|
|
|
|
static method main() → dynamic {}
|
|
static method test() → dynamic {
|
|
let final dynamic #t1 = CheckLibraryIsLoaded(lib) in def::x = 2;
|
|
}
|