blob: 13d8da552df583d2f7b18ec851b542b1bbae7624 [file] [log] [blame]
library test;
import 'dart:async';
class A {}
foo() async {}
main() {}