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

6 lines
77 B
Kotlin
Vendored

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