Files
kotlin-fork/compiler/testData/compileKotlinAgainstCustomBinaries/inlineFunWithoutDebugInfo/sourceInline.kt
T
2015-03-18 18:49:18 +03:00

9 lines
85 B
Kotlin
Vendored

package test
public class A {
inline public fun test(s: () -> Unit) {
}
}