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