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
15
15
| describeConstable |
16
16
| equals |
17
17
| finalize |
18
+ | forEach |
18
19
| getDeclaringClass |
19
20
| hasMoreElements |
20
21
| hashCode |
@@ -23,8 +24,12 @@ enumConstants
23
24
| noneOf |
24
25
| of |
25
26
| ordinal |
27
+ | parallelStream |
26
28
| range |
27
29
| resolveConstantDesc |
30
+ | spliterator |
31
+ | stream |
32
+ | toArray |
28
33
| toString |
29
34
| typeCheck |
30
35
| usesEnum |
Original file line number Diff line number Diff line change 36
36
| kotlin.Byte | minus |
37
37
| kotlin.Byte | plus |
38
38
| kotlin.Byte | rangeTo |
39
+ | kotlin.Byte | rangeUntil |
39
40
| kotlin.Byte | rem |
40
41
| kotlin.Byte | shortValue |
41
42
| kotlin.Byte | times |
Original file line number Diff line number Diff line change @@ -269,6 +269,11 @@ compGenerated
269
269
| file://<external>/CharRange.class:0:0:0:0 | spliterator | Forwarder for a Kotlin class inheriting an interface default method |
270
270
| file://<external>/Class2.class:0:0:0:0 | getValue | Default property accessor |
271
271
| 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 |
272
277
| file://<external>/IntProgression.class:0:0:0:0 | forEach | Forwarder for a Kotlin class inheriting an interface default method |
273
278
| file://<external>/IntProgression.class:0:0:0:0 | spliterator | Forwarder for a Kotlin class inheriting an interface default method |
274
279
| 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