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