blob: 6ad4007419dc776c5aeca6b227903ff2f8b2e1af [file] [log] [blame]
// @dart = 2.9
library test;
class A<T> {}
test() {}
main() {}