blob: 6ee94977aaa81b32084bdd52f84e783830ea9a13 [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 => 0;
static method main() dynamic {
self::f;
}