Commit a72f52a
Matthias Güdemann
[TG-2585] Support implicitly generic superclasses
Before only generic superclasses where supported for the java generic symbols,
as the detection was to match on the suffix `>;`. This commit changes it to
match an opening `<` in the superclass reference in order to detect a generic
superclass which will also succeed in the case of an implicitly generic one.1 parent 28c3c9f commit a72f52a
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
116 | | - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
117 | 119 | | |
118 | 120 | | |
119 | 121 | | |
| |||
0 commit comments