Minor: split test to access to companion and to nested object
This commit is contained in:
+6
@@ -31,6 +31,12 @@ import java.util.regex.Pattern;
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
public class SecondaryConstructorTestGenerated extends AbstractSecondaryConstructorTest {
|
||||
@TestMetadata("accessToNestedObject.kt")
|
||||
public void ignoredAccessToNestedObject() throws Exception {
|
||||
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/box/secondaryConstructors/accessToNestedObject.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("innerClasses.kt")
|
||||
public void ignoredInnerClasses() throws Exception {
|
||||
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/box/secondaryConstructors/innerClasses.kt");
|
||||
|
||||
Reference in New Issue
Block a user