@deprecated("", ReplaceWith("bar()")) fun foo() { // invoke bar() bar() } fun bar(){}