Minor: split test to access to companion and to nested object

This commit is contained in:
Zalim Bashorov
2015-05-25 19:45:24 +03:00
parent dc1b91eacd
commit 3fe363e72b
4 changed files with 33 additions and 6 deletions
@@ -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");