7 lines
65 B
Kotlin
Vendored
7 lines
65 B
Kotlin
Vendored
@Deprecated("No")
|
|
val f: () -> Unit = {}
|
|
|
|
fun test() {
|
|
f()
|
|
}
|