blob: 1aba12d1277ea25c6721091a362ac17c325595b1 [file] [log] [blame]
library test;
abstract class C {}
abstract class D<T> {
D(T t);
}
main() {}
void test() {}