library /*isNonNullableByDefault*/; import self as self; import "dart:async" as asy; import "dart:math" deferred as math; static method main() → dynamic { asy::Future v1 = LoadLibrary(math); v1.{asy::Future::then}((dynamic _) → Null {}); () → asy::Future v2 = #C1; v2.call().{asy::Future::then}((dynamic _) → Null {}); } static method _#loadLibrary_math() → asy::Future return LoadLibrary(math); constants { #C1 = tearoff self::_#loadLibrary_math }