Files
kotlin-fork/compiler/testData/diagnostics/tests/inline/localFun.fir.kt
T

4 lines
40 B
Kotlin
Vendored

fun main() {
inline fun a(){
}
}