Files
kotlin-fork/compiler/testData/cli/jvm/newInferenceImpliesSamConversions.kt
T
2018-08-10 17:24:18 +03:00

5 lines
51 B
Kotlin
Vendored

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