blob: dcce00cf70cee0e74bbd45b40db0cd04d6f52af2 [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 /* futureValueType= core::int* */ => 0;
static method main() dynamic {
self::f;
}