blob: b6da2e0992efbb9063b55d8ccc4b6f89be084146 [file] [log] [blame]
<caret>@Deprecated("")
fun foo() {
// invoke bar()
bar()
}
fun bar(){}