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