Fix parser performance: don't do the additional lookahead when looking for the comma in parameters
This commit is contained in:
@@ -18,5 +18,6 @@ fun foo() {
|
||||
|
||||
{(a, b) }
|
||||
{T.(a, b) }
|
||||
{(a: Int, )}
|
||||
{a, }
|
||||
}
|
||||
Reference in New Issue
Block a user