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