[KT-4124] Add less trivial tests

This commit is contained in:
Alexey Andreev
2016-02-08 19:21:22 +03:00
parent a8014dec50
commit 4efceb95e3
8 changed files with 192 additions and 3 deletions
@@ -30,4 +30,24 @@ public class NestedTypesTest extends SingleFileTranslationTest {
public void testInner() throws Exception {
checkFooBoxIsOk();
}
public void testOuterThis() throws Exception {
checkFooBoxIsOk();
}
public void testInstantiateInDerived() throws Exception {
checkFooBoxIsOk();
}
public void testInstantiateInDerivedLabeled() throws Exception {
checkFooBoxIsOk();
}
public void testInstantiateInSameClass() throws Exception {
checkFooBoxIsOk();
}
public void testProperOuter() throws Exception {
checkFooBoxIsOk();
}
}