KT-9669: introduced JoinStatementAddSemicolonHandler; registered the handler in plugin.xml; added test coverage (#1232)

This commit is contained in:
Daniil Vodopian
2017-08-07 17:20:40 +03:00
committed by Dmitry Jemerov
parent d624ed4aff
commit b24c1bf06c
38 changed files with 333 additions and 1 deletions
@@ -118,7 +118,7 @@ public class KotlinExpressionParsing extends AbstractKotlinParsing {
LBRACKET // Collection literal expression
);
private static final TokenSet STATEMENT_FIRST = TokenSet.orSet(
public static final TokenSet STATEMENT_FIRST = TokenSet.orSet(
EXPRESSION_FIRST,
TokenSet.create(
// declaration