blob: f2493debd27c80f83a92adb7160daa9145bfb7d9 [file] [log] [blame]
library test;
import 'dart:async';
T id<T>(T x) => x;
test() async {}
main() {}