Fix JS parser to properly handle "." <keyword> sequence

This commit is contained in:
Alexey Andreev
2017-04-24 12:17:52 +03:00
parent 9e89213d66
commit ca7062d776
4 changed files with 23 additions and 2 deletions
@@ -4664,6 +4664,12 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
doTest(fileName);
}
@TestMetadata("keywordAsMemberName.kt")
public void testKeywordAsMemberName() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("js/js.translator/testData/box/inlineMultiModule/keywordAsMemberName.kt");
doTest(fileName);
}
@TestMetadata("kt16144.kt")
public void testKt16144() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("js/js.translator/testData/box/inlineMultiModule/kt16144.kt");