| library test /*isNonNullableByDefault*/; | |
| import self as self; | |
| import "dart:async" as asy; | |
| import "dart:core" as core; | |
| static field () → asy::Future<core::int> f = () → asy::Future<core::int> async /* futureValueType= core::int */ => 0; | |
| static method main() → dynamic { | |
| self::f; | |
| } |