[dummy commit, the previous was for:] Make in, is, as and : same priority
This commit is contained in:
@@ -160,6 +160,7 @@ public class JetExpressionParsing extends AbstractJetParsing {
|
||||
while (!myBuilder.newlineBeforeCurrentToken() && atSet(precedence.getOperations())) {
|
||||
IElementType operation = tt();
|
||||
advance(); // operation
|
||||
|
||||
JetNodeType resultType = precedence.parseRightHandSide(operation, this);
|
||||
expression.done(resultType);
|
||||
expression = expression.precede();
|
||||
|
||||
Reference in New Issue
Block a user