blob: 3001b3c81098c32948e821ee0daffd4b5ae385e9 [file]
// FIR_IDENTICAL
@Deprecated("No")
val f: () -> Unit = {}
fun test() {
<!DEPRECATION!>f<!>()
}