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

6 lines
59 B
Kotlin
Vendored

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