Files
codeql/java/ql/test-kotlin1/library-tests/files/test.expected
2023-11-21 15:28:12 +00:00

6 lines
333 B
Plaintext

| test.kt:7:3:7:11 | b | String | String.class | 0 |
| test.kt:8:3:8:24 | c | List<String> | List.class | 0 |
| test.kt:9:3:9:28 | d | List<? extends String> | List.class | 0 |
| test.kt:10:3:10:24 | e | DefinedHere<String> | DefinedHere.class | 0 |
| test.kt:11:3:11:29 | f | DefinedOtherFile<String> | DefinedOtherFile.class | 0 |