Files
kotlin-fork/idea/testData/inspectionsLocal/replaceCollectionCountWithSize/countOfMap.kt.after
T

7 lines
75 B
Plaintext
Vendored

// WITH_RUNTIME
fun foo() {
var map = mapOf(1 to true)
map.size
}