Parser: allow names to be specified for class objects
This commit is contained in:
@@ -370,6 +370,12 @@ public class JetParsingTestGenerated extends AbstractJetParsingTest {
|
||||
doParsingTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("NamedClassObject.kt")
|
||||
public void testNamedClassObject() throws Exception {
|
||||
String fileName = JetTestUtils.navigationMetadata("compiler/testData/psi/NamedClassObject.kt");
|
||||
doParsingTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("NestedComments.kt")
|
||||
public void testNestedComments() throws Exception {
|
||||
String fileName = JetTestUtils.navigationMetadata("compiler/testData/psi/NestedComments.kt");
|
||||
|
||||
Reference in New Issue
Block a user