6 lines
90 B
Kotlin
Vendored
6 lines
90 B
Kotlin
Vendored
<caret>@Deprecated("")
|
|
fun foo(p: Int) {
|
|
bar("$p ${p + 1} $0")
|
|
}
|
|
|
|
fun bar(s: String){} |