blob: 0ff5bf9740c7d49ede2bc89d0d32d97ae636259f [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 = self::m2();
let final dynamic #t2 = CheckLibraryIsLoaded(lib) in def::m(self::m2());
}
static method m2() dynamic
return 1;