blob: 5c6a17a671b6de23f6cda009df9a0dd504349af9 [file] [log] [blame]
library test;
B v = null;
class A<T> {}
class B<T extends A> {}
main() {}