Files
2022-01-12 15:09:45 +01:00

8 lines
77 B
Kotlin
Vendored

package outer
fun f(c: () -> Unit) {
}
fun <T> f(c: () -> T): String = ""