6 lines
101 B
Plaintext
Vendored
6 lines
101 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
import java.util.HashMap
|
|
|
|
fun foo() {
|
|
var list: HashMap<Int, Int> = hashMapOf()
|
|
} |