JS backend: use FqNameUnsafe when generate delegateName to avoid problems with special names.

#EA-64029 Fixed
This commit is contained in:
Zalim Bashorov
2015-03-13 18:43:44 +03:00
parent dfa8fbcb0d
commit 7d3094a0f1
4 changed files with 46 additions and 11 deletions
@@ -95,4 +95,8 @@ public class DelegationTest extends SingleFileTranslationTest {
public void testDelegationExtensionPropertyDelegated() throws Exception {
checkFooBoxIsOk();
}
public void testOnObject() throws Exception {
checkFooBoxIsOk();
}
}