Files
kotlin-fork/compiler/testData/diagnostics/tests/deprecated/propertyWithInvoke.kt
T
2023-02-28 10:19:18 +00:00

7 lines
83 B
Kotlin
Vendored

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