File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
java/ql/test/kotlin/library-tests/inherited-callee Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33| Test.java:25:5:25:16 | hashCode(...) | hashCode | Object |
44| Test.java:26:5:26:17 | inheritMe(...) | inheritMe | Test |
55| Test.java:28:5:28:34 | inheritedInterfaceMethodJ(...) | inheritedInterfaceMethodJ | ParentIf |
6- | Test.kt:23:7:23:16 | toString(...) | toString | Any |
7- | Test.kt:24:7:24:15 | equals(...) | equals | Any |
8- | Test.kt:25:7:25:16 | hashCode(...) | hashCode | Any |
6+ | Test.kt:23:7:23:16 | toString(...) | toString | Object |
7+ | Test.kt:24:7:24:15 | equals(...) | equals | Object |
8+ | Test.kt:25:7:25:16 | hashCode(...) | hashCode | Object |
99| Test.kt:26:7:26:17 | inheritMe(...) | inheritMe | TestKt |
1010| Test.kt:28:9:28:35 | inheritedInterfaceMethodK(...) | inheritedInterfaceMethodK | ParentIf |
You can’t perform that action at this time.
0 commit comments