blob: a9953ebe066b5248c23a1d576e784310882e5f5e [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:async" as asy;
import "dart:core" as core;
static method foo() asy::Future<core::int> async /* futureValueType= core::int */ {
final core::int c = 3;
return c;
}
static method main() void {
self::foo();
}