ea6b751645
Place function type parameters before function name
2 lines
24 B
Kotlin
2 lines
24 B
Kotlin
fun <U> putU(u : U?) {
|
|
} |