blob: c9eba704d4aeea9cb9f8fccb78c69c76178478ab [file] [log] [blame]
library test;
import 'dart:async';
class C {
void call() {}
}
main() {}