7 lines
79 B
Kotlin
Vendored
7 lines
79 B
Kotlin
Vendored
<caret>@Deprecated("")
|
|
fun foo() {
|
|
// invoke bar()
|
|
bar()
|
|
}
|
|
|
|
fun bar(){} |