blob: 5fd285be90feb817be61671378a01342be246d09 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
import "./deferred_lib.dart" as def;
static method main() dynamic {}
static method test() dynamic {
core::print((let final dynamic #t1 = CheckLibraryIsLoaded(lib) in def::x).+(1));
}