7 lines
105 B
Kotlin
Vendored
7 lines
105 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
<caret>@Deprecated("", ReplaceWith("bar()"))
|
|
fun foo() {
|
|
bar()
|
|
}
|
|
|
|
fun bar(){} |