blob: 9aef4cf3e375e4468c215e0ff52e697e22d12245 [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::m(3);
}