Skip to content

Commit 6fbda1a

Browse files
committed
Kotlin: Accept test changes with 1.8
1 parent f7d8d16 commit 6fbda1a

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

java/ql/test/kotlin/library-tests/enum/test.expected

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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 |

java/ql/test/kotlin/library-tests/java-lang-number-conversions/test.expected

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
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 |

java/ql/test/kotlin/library-tests/reflection/reflection.expected

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)