7 lines
98 B
Kotlin
7 lines
98 B
Kotlin
fun foo1() {}
|
|
deprecated("Use foo3 instead") fun foo2() {}
|
|
fun foo3 {}
|
|
|
|
fun test() {
|
|
<caret>
|
|
} |