fix broken test, where undeclared package was lost previously, now preserved

This commit is contained in:
Erich Schubert 2018-10-27 13:33:55 +02:00
parent 644d148455
commit f7df826f53
1 changed files with 1 additions and 2 deletions

View File

@ -1,3 +1,2 @@
class Base {}
class Test2<B extends a.b.Base> {}
class Test2<B extends Base> {}