mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Add test case
This commit is contained in:
@@ -128,6 +128,7 @@ public class Test<V> {
|
||||
|
||||
/**
|
||||
* @param <T> exists
|
||||
* @param <U> does not
|
||||
* @param i exists
|
||||
* @param k does not
|
||||
*/
|
||||
|
||||
@@ -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". |
|
||||
|
||||
Reference in New Issue
Block a user