Kotlin: Accept test changes with 1.8

This commit is contained in:
Ian Lynagh
2022-12-08 19:19:16 +00:00
parent f7d8d16ed3
commit 6fbda1a9f0
3 changed files with 11 additions and 0 deletions

View File

@@ -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 |

View File

@@ -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 |

View File

@@ -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 |