mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-18 15:54:05 +00:00
Otherwise special annotations such as @EnhancedNullability are lost, which affects JVM signatures. KT-42330
3 lines
53 B
Kotlin
Vendored
3 lines
53 B
Kotlin
Vendored
// FULL_JDK
|
|
|
|
abstract class IntIntMap : Map<Int, Int> |