Files
kotlin-fork/idea/testData/inspectionsLocal/replaceWithEnumMap/withArguments.kt
T

7 lines
88 B
Kotlin
Vendored

// PROBLEM: none
// WITH_RUNTIME
fun main() {
val map = <caret>hashMapOf(5 to 1)
}