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

5 lines
73 B
Kotlin
Vendored

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