Files
kotlin-fork/idea/testData/intentions/deprecatedCallableAddReplaceWith/StringLiteral.kt
T

6 lines
89 B
Kotlin
Vendored

<caret>@deprecated("")
fun foo(p: Int) {
bar("\"\"\n1\r2\t3")
}
fun bar(s: String){}