5c6f776c09
#KT-23693 Fixed
8 lines
167 B
Kotlin
Vendored
8 lines
167 B
Kotlin
Vendored
// "Add missing actual members" "true"
|
|
// DISABLE-ERRORS
|
|
|
|
actual object <caret>O {
|
|
fun <T> hello(): MutableMap<String, T> {
|
|
TODO("not implemented")
|
|
}
|
|
} |