Files
kotlin-fork/idea/testData/intentions/iterateExpression/mapIterator.kt
T
2015-12-25 18:50:23 +03:00

4 lines
67 B
Kotlin
Vendored

// WITH_RUNTIME
fun test() {
mapOf(1 to "1", 2 to "2")<caret>
}