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

5 lines
95 B
Plaintext
Vendored

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