Files
codeql/java/ql/test/kotlin/library-tests/function-n/test.expected
2022-06-02 10:31:35 +01:00

4 lines
192 B
Plaintext

| test.kt:4:5:4:138 | f1 | FunctionN<String> | String |
| test.kt:5:5:5:134 | f2 | FunctionN<? extends T1> | ? extends T1 |
| test.kt:6:5:6:110 | f3 | FunctionN<? extends T3> | ? extends T3 |