blob: 3e3fc048e4fd7c1d8cb17b9dee81d01982ee2a03 [file] [log] [blame]
library test;
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 /* emittedValueType= core::int */ => 0;
static method main() dynamic {
self::f;
}