blob: 5b1c7ee7349104c3d1013850f59816c62858723d [file] [log] [blame]
library;
import self as self;
import "./deferred_lib.dart" as def;
static method main() dynamic {}
static method test() dynamic async {
let final dynamic #t1 = CheckLibraryIsLoaded(lib) in def::m(await LoadLibrary(lib));
}