Files
kotlin-fork/compiler/testData/diagnostics/tests/deprecated/propertyWithInvoke.kt
T
2017-02-13 14:09:53 +03:00

7 lines
83 B
Kotlin
Vendored

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