Update Swift.g4 grammar to have swift4 keypath support

This commit is contained in:
kenji21
2017-11-02 13:50:10 +01:00
parent 83c15e2e45
commit 315bb87c7f
2 changed files with 262 additions and 174 deletions

View File

@ -30,7 +30,7 @@ public class SwiftTokenizerTest extends AbstractTokenizerTest {
@Test @Test
public void tokenizeTest() throws IOException { public void tokenizeTest() throws IOException {
this.expectedTokenCount = 3811; this.expectedTokenCount = 3797;
super.tokenizeTest(); super.tokenizeTest();
} }
} }