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