Files
kotlin-fork/idea/testData/intentions/deprecatedCallableAddReplaceWith/StringTemplate.kt
T
2015-09-04 18:19:31 +03:00

6 lines
90 B
Kotlin
Vendored

<caret>@Deprecated("")
fun foo(p: Int) {
bar("$p ${p + 1} $0")
}
fun bar(s: String){}