mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Kotlin: Accept test changes with 1.8
This commit is contained in:
@@ -15,6 +15,7 @@ enumConstants
|
||||
| describeConstable |
|
||||
| equals |
|
||||
| finalize |
|
||||
| forEach |
|
||||
| getDeclaringClass |
|
||||
| hasMoreElements |
|
||||
| hashCode |
|
||||
@@ -23,8 +24,12 @@ enumConstants
|
||||
| noneOf |
|
||||
| of |
|
||||
| ordinal |
|
||||
| parallelStream |
|
||||
| range |
|
||||
| resolveConstantDesc |
|
||||
| spliterator |
|
||||
| stream |
|
||||
| toArray |
|
||||
| toString |
|
||||
| typeCheck |
|
||||
| usesEnum |
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
| kotlin.Byte | minus |
|
||||
| kotlin.Byte | plus |
|
||||
| kotlin.Byte | rangeTo |
|
||||
| kotlin.Byte | rangeUntil |
|
||||
| kotlin.Byte | rem |
|
||||
| kotlin.Byte | shortValue |
|
||||
| kotlin.Byte | times |
|
||||
|
||||
@@ -269,6 +269,11 @@ compGenerated
|
||||
| file://<external>/CharRange.class:0:0:0:0 | spliterator | Forwarder for a Kotlin class inheriting an interface default method |
|
||||
| file://<external>/Class2.class:0:0:0:0 | getValue | Default property accessor |
|
||||
| file://<external>/Class2.class:0:0:0:0 | getValue | Default property accessor |
|
||||
| file://<external>/EnumEntries.class:0:0:0:0 | forEach | Forwarder for a Kotlin class inheriting an interface default method |
|
||||
| file://<external>/EnumEntries.class:0:0:0:0 | parallelStream | Forwarder for a Kotlin class inheriting an interface default method |
|
||||
| file://<external>/EnumEntries.class:0:0:0:0 | spliterator | Forwarder for a Kotlin class inheriting an interface default method |
|
||||
| file://<external>/EnumEntries.class:0:0:0:0 | stream | Forwarder for a Kotlin class inheriting an interface default method |
|
||||
| file://<external>/EnumEntries.class:0:0:0:0 | toArray | Forwarder for a Kotlin class inheriting an interface default method |
|
||||
| file://<external>/IntProgression.class:0:0:0:0 | forEach | Forwarder for a Kotlin class inheriting an interface default method |
|
||||
| file://<external>/IntProgression.class:0:0:0:0 | spliterator | Forwarder for a Kotlin class inheriting an interface default method |
|
||||
| file://<external>/IntRange.class:0:0:0:0 | forEach | Forwarder for a Kotlin class inheriting an interface default method |
|
||||
|
||||
Reference in New Issue
Block a user