mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Accept test changes
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
| Test.java:25:5:25:16 | hashCode(...) | hashCode | Object |
|
||||
| Test.java:26:5:26:17 | inheritMe(...) | inheritMe | Test |
|
||||
| Test.java:28:5:28:34 | inheritedInterfaceMethodJ(...) | inheritedInterfaceMethodJ | ParentIf |
|
||||
| Test.kt:23:7:23:16 | toString(...) | toString | Any |
|
||||
| Test.kt:24:7:24:15 | equals(...) | equals | Any |
|
||||
| Test.kt:25:7:25:16 | hashCode(...) | hashCode | Any |
|
||||
| Test.kt:23:7:23:16 | toString(...) | toString | Object |
|
||||
| Test.kt:24:7:24:15 | equals(...) | equals | Object |
|
||||
| Test.kt:25:7:25:16 | hashCode(...) | hashCode | Object |
|
||||
| Test.kt:26:7:26:17 | inheritMe(...) | inheritMe | TestKt |
|
||||
| Test.kt:28:9:28:35 | inheritedInterfaceMethodK(...) | inheritedInterfaceMethodK | ParentIf |
|
||||
|
||||
Reference in New Issue
Block a user