8 lines
93 B
Kotlin
Vendored
8 lines
93 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
<caret>@Deprecated("")
|
|
fun foo() {
|
|
bar()
|
|
bar()
|
|
}
|
|
|
|
fun bar(){} |