7 lines
75 B
Plaintext
Vendored
7 lines
75 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
fun foo() {
|
|
var map = mapOf(1 to true)
|
|
map.size
|
|
}
|