Files

5 lines
87 B
Kotlin
Vendored

// DISABLE-ERRORS
expect object O {
fun <T : Any> hello(): MutableMap<String, T>
}