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

8 lines
93 B
Kotlin
Vendored

// IS_APPLICABLE: false
<caret>@deprecated("")
fun foo() {
bar()
bar()
}
fun bar(){}