Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
dc4e06c6afe5f8bb2d4b9c834b8eaf190cabe72a
/
.
/
compiler
/
testData
/
psi
/
noCommaBetweenArguments.kt
blob: e54ef261891d05a4c04e6298c4c92ce92d5db1e5 [
file
]
fun foo
()
{
bar1
(
A
()
A
()
)
bar2
(
A
()
A
())
bar3
(
x y
)
bar4
(
x
y
)
bar5
(
""
""
)
bar6
(
""
""
)
bar7
({}
{})
bar8
({}
{}
)
}