File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed
java/ql/test/kotlin/library-tests
java-lang-number-conversions Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ enumConstants
1515| describeConstable |
1616| equals |
1717| finalize |
18+ | forEach |
1819| getDeclaringClass |
1920| hasMoreElements |
2021| hashCode |
@@ -23,8 +24,12 @@ enumConstants
2324| noneOf |
2425| of |
2526| ordinal |
27+ | parallelStream |
2628| range |
2729| resolveConstantDesc |
30+ | spliterator |
31+ | stream |
32+ | toArray |
2833| toString |
2934| typeCheck |
3035| usesEnum |
Original file line number Diff line number Diff line change 3636| kotlin.Byte | minus |
3737| kotlin.Byte | plus |
3838| kotlin.Byte | rangeTo |
39+ | kotlin.Byte | rangeUntil |
3940| kotlin.Byte | rem |
4041| kotlin.Byte | shortValue |
4142| kotlin.Byte | times |
Original file line number Diff line number Diff line change @@ -269,6 +269,11 @@ compGenerated
269269| file://<external>/CharRange.class:0:0:0:0 | spliterator | Forwarder for a Kotlin class inheriting an interface default method |
270270| file://<external>/Class2.class:0:0:0:0 | getValue | Default property accessor |
271271| file://<external>/Class2.class:0:0:0:0 | getValue | Default property accessor |
272+ | file://<external>/EnumEntries.class:0:0:0:0 | forEach | Forwarder for a Kotlin class inheriting an interface default method |
273+ | file://<external>/EnumEntries.class:0:0:0:0 | parallelStream | Forwarder for a Kotlin class inheriting an interface default method |
274+ | file://<external>/EnumEntries.class:0:0:0:0 | spliterator | Forwarder for a Kotlin class inheriting an interface default method |
275+ | file://<external>/EnumEntries.class:0:0:0:0 | stream | Forwarder for a Kotlin class inheriting an interface default method |
276+ | file://<external>/EnumEntries.class:0:0:0:0 | toArray | Forwarder for a Kotlin class inheriting an interface default method |
272277| file://<external>/IntProgression.class:0:0:0:0 | forEach | Forwarder for a Kotlin class inheriting an interface default method |
273278| file://<external>/IntProgression.class:0:0:0:0 | spliterator | Forwarder for a Kotlin class inheriting an interface default method |
274279| file://<external>/IntRange.class:0:0:0:0 | forEach | Forwarder for a Kotlin class inheriting an interface default method |
You can’t perform that action at this time.
0 commit comments