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