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