Files

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")
}
}