Parsing dynamic types

This commit is contained in:
Andrey Breslav
2014-11-05 09:52:27 +02:00
parent 0f26998b19
commit 28b466d069
18 changed files with 343 additions and 5 deletions
@@ -166,6 +166,18 @@ public class JetParsingTestGenerated extends AbstractJetParsingTest {
doParsingTest(fileName);
}
@TestMetadata("DynamicSoftKeyword.kt")
public void testDynamicSoftKeyword() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/psi/DynamicSoftKeyword.kt");
doParsingTest(fileName);
}
@TestMetadata("DynamicTypes.kt")
public void testDynamicTypes() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/psi/DynamicTypes.kt");
doParsingTest(fileName);
}
@TestMetadata("EOLsInComments.kt")
public void testEOLsInComments() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/psi/EOLsInComments.kt");