mirror of https://github.com/dspinellis/UMLGraph
fix broken test, where undeclared package was lost previously, now preserved
This commit is contained in:
parent
644d148455
commit
f7df826f53
|
|
@ -1,3 +1,2 @@
|
||||||
|
|
||||||
class Base {}
|
class Base {}
|
||||||
class Test2<B extends a.b.Base> {}
|
class Test2<B extends Base> {}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue