Files
kotlin-fork/compiler/testData/cli/jvm/newInferenceImpliesSamConversions.kt
T
2023-09-19 15:46:30 +00:00

6 lines
52 B
Kotlin
Vendored

fun foo(r: Runnable) {}
fun test() {
foo { }
}