7 lines
101 B
Plaintext
Vendored
7 lines
101 B
Plaintext
Vendored
@deprecated("", <caret>ReplaceWith("bar()"))
|
|
fun foo() {
|
|
// invoke bar()
|
|
bar()
|
|
}
|
|
|
|
fun bar(){} |