Improve parser recovery for list of value parameters/arguments
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun foo(
|
||||
a: Any,
|
||||
b: Int
|
||||
c: String
|
||||
) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user