Files
kotlin-fork/compiler/testData/diagnostics/tests/inline/localFun.kt
T
Denis Zharkov 849b8acbf8 Replace annotations with brackets in testData
Just in tests that changed after deprecation
2015-05-07 22:36:16 +03:00

4 lines
94 B
Kotlin
Vendored

fun main(args: Array<String>) {
<!NOT_YET_SUPPORTED_IN_INLINE!>@inline fun a(){
}<!>
}