blob: 2b7ef3d26d50c09c2a6bbfcda0f9185a7b0ad398 [file] [log] [blame]
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;
}