JS backend: remake NameGenerator in case Property & PropertyAccessor. Fix overload extension property.

This commit is contained in:
Erokhin Stanislav
2013-09-06 15:22:21 +04:00
parent c5a720164e
commit 12cb774f1c
5 changed files with 59 additions and 37 deletions
@@ -84,6 +84,10 @@ public class RegressionMergeEcmaTest extends SingleFileTranslationTest {
checkFooBoxIsOk();
}
public void testBackendField() throws Exception {
checkFooBoxIsOk();
}
public void testExtensionClass() throws Exception {
checkFooBoxIsOk();
}