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

5 lines
95 B
Plaintext
Vendored

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