57f2feb6fb
#KT-16272 Fixed
7 lines
83 B
Kotlin
Vendored
7 lines
83 B
Kotlin
Vendored
@Deprecated("No")
|
|
val f: () -> Unit = {}
|
|
|
|
fun test() {
|
|
<!DEPRECATION!>f<!>()
|
|
}
|