Files
kotlin-fork/idea/testData/intentions/deprecatedCallableAddReplaceWith/QualifiedCall.kt
T
2015-05-27 16:15:50 +03:00

6 lines
77 B
Kotlin
Vendored

<caret>@deprecated("")
fun foo(s: String) {
s.bar()
}
fun String.bar(){}