[Parser] Continue parsing if context receiver is not parsed correctly
This commit is contained in:
committed by
TeamCityServer
parent
837f3b98fa
commit
5e426d5c16
@@ -637,10 +637,10 @@ public class KotlinParsing extends AbstractKotlinParsing {
|
||||
}
|
||||
if (at(COMMA)) {
|
||||
advance();
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
if (!at(RPAR)) {
|
||||
error("Expecting comma or ')'");
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user