Files
kotlin-fork/idea/testData/inspectionsLocal/mapGetWithNotNullAssertionOperator/indexedAccess.kt.after
T

4 lines
86 B
Plaintext
Vendored

// WITH_RUNTIME
fun test(map: Map<Int, String>) {
val s = map.getValue(1)<caret>
}