blob: 05236e543ed0c6ec7d3f79742d2cd717960060d0 [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::C::m());
}