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

6 lines
59 B
Kotlin
Vendored

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