82537cdc8b
^KT-13497 Fixed
23 lines
209 B
Kotlin
Vendored
23 lines
209 B
Kotlin
Vendored
fun foo() {
|
|
bar1(
|
|
A()
|
|
A()
|
|
)
|
|
bar2(A() A())
|
|
|
|
bar3(x y)
|
|
bar4(x
|
|
y
|
|
)
|
|
|
|
bar5("" "")
|
|
bar6(""
|
|
""
|
|
)
|
|
|
|
bar7({} {})
|
|
bar8({}
|
|
{}
|
|
)
|
|
}
|