[KT-4124] Support invocation of constructor of inner class from extension method

This commit is contained in:
Alexey Andreev
2016-02-18 15:28:58 +03:00
parent 9238afc439
commit d067068774
3 changed files with 33 additions and 0 deletions
@@ -58,6 +58,10 @@ public class NestedTypesTest extends SingleFileTranslationTest {
checkFooBoxIsOk();
}
public void testInnerReferenceFromChild() throws Exception {
checkFooBoxIsOk();
}
@NotNull
@Override
protected List<String> additionalJsFiles(@NotNull EcmaVersion ecmaVersion) {