blob: 9936b2d214726b2447700cd95ef936d35d52564f [file] [log] [blame]
library test;
import self as self;
import "dart:async" as asy;
static method main() dynamic {
asy::Future<dynamic> futureInt = null;
dynamic x = futureInt;
}