a90e3c2e45
Related to KT-21502
7 lines
117 B
Kotlin
Vendored
7 lines
117 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
class MyMap() : HashMap<String, String>() {
|
|
init {
|
|
this.<caret>put("foo", "bar")
|
|
}
|
|
} |