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

4 lines
74 B
Kotlin
Vendored

fun main() {
<!NOT_YET_SUPPORTED_IN_INLINE!>inline<!> fun a(){
}
}