7 lines
107 B
Plaintext
Vendored
7 lines
107 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
class MyMap() : HashMap<String, String>() {
|
|
init {
|
|
this["foo"] = "bar"
|
|
}
|
|
} |