Add test case

This commit is contained in:
Dave Bartolomeo
2024-04-09 12:41:32 -04:00
parent 2336e14627
commit b9cfeaf614
2 changed files with 3 additions and 1 deletions

View File

@@ -128,6 +128,7 @@ public class Test<V> {
/**
* @param <T> exists
* @param <U> does not
* @param i exists
* @param k does not
*/

View File

@@ -13,4 +13,5 @@
| Test.java:118:6:118:12 | @param | @param tag "T" does not match any actual type parameter of type "GenericInterface". |
| Test.java:119:6:119:12 | @param | @param tag "<X>" does not match any actual type parameter of type "GenericInterface". |
| Test.java:125:6:125:12 | @param | @param tag "k" does not match any actual type parameter or record parameter of record "SomeRecord". |
| Test.java:132:6:132:12 | @param | @param tag "k" does not match any actual type parameter or record parameter of record "GenericRecord". |
| Test.java:131:6:131:12 | @param | @param tag "<U>" does not match any actual type parameter or record parameter of record "GenericRecord". |
| Test.java:133:6:133:12 | @param | @param tag "k" does not match any actual type parameter or record parameter of record "GenericRecord". |