blob: 9db0fce960cc0e339598d887881a385cacc0fc3c [file] [log] [blame]
fun foo(s: String) {}
fun bar() {
foo("a")
foo("b")
}