blob: c14377ef19f13ea51074b889ffea90fd3a78e48c [file] [log] [blame]
@Deprecated("", <caret>ReplaceWith("s.bar()"))
fun foo(s: String) {
s.bar()
}
fun String.bar(){}