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

5 lines
73 B
Kotlin
Vendored

<caret>@deprecated("")
fun foo(): String = bar()
fun bar(): String = ""