JS backend: use ResolvedCall when translate super expression and remove some heuristics when translate receivers; generate right receiver when reference to super of outer class;

This commit is contained in:
Zalim Bashorov
2016-05-05 18:19:33 +03:00
committed by Zalim Bashorov
parent 07adf65f70
commit 7b1afd4e6a
6 changed files with 59 additions and 57 deletions
@@ -94,6 +94,10 @@ public class NestedTypesTest extends SingleFileTranslationTest {
checkFooBoxIsOk();
}
public void testReceivers() throws Exception {
checkFooBoxIsOk();
}
@NotNull
@Override
protected List<String> additionalJsFiles(@NotNull EcmaVersion ecmaVersion) {