Files
kotlin-fork/compiler/testData/diagnostics/tests/deprecated/propertyWithInvoke.fir.kt
T

7 lines
65 B
Kotlin
Vendored

@Deprecated("No")
val f: () -> Unit = {}
fun test() {
f()
}