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

7 lines
79 B
Kotlin
Vendored

<caret>@deprecated("")
fun foo() {
// invoke bar()
bar()
}
fun bar(){}