blob: 3c9abb1728b30d388cf975dab71f269bdc94bac5 [file] [log] [blame]
fun foo(x: Int) {}
fun bar() {
foo(1)
}