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