Files
kotlin-fork/compiler/testData/codegen/bytecodeListing/collectionStubs/mapOfPrimitivesFullJdk.kt
T
Dmitry Petrov af86c52101 JVM_IR merge annotations when substituting types
Otherwise special annotations such as @EnhancedNullability are lost,
which affects JVM signatures.

KT-42330
2020-09-30 15:44:54 +03:00

3 lines
53 B
Kotlin
Vendored

// FULL_JDK
abstract class IntIntMap : Map<Int, Int>