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