Improve parser recovery for list of value parameters/arguments
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
val x = foo(
|
||||
a,
|
||||
b
|
||||
c
|
||||
)
|
||||
Reference in New Issue
Block a user