blob: f038f08631afd06f98d3ff4679662a905c14035b [file] [log] [blame]
fun foo(i: Int) { }
fun test() {
val i = (1 + 2
- 3)
foo(i)
}