JS backend: tests for translation for extension property

This commit is contained in:
Michael Nedzelsky
2014-12-02 20:35:52 +03:00
parent b8d1f115bf
commit 5bf1d73199
3 changed files with 62 additions and 8 deletions
@@ -40,4 +40,8 @@ public final class NameClashesTest extends SingleFileTranslationTest {
public void testMethodOverloadInClassWithTwoUpperBounds() throws Exception {
checkFooBoxIsOk();
}
public void testExtensionFunctionAndProperty() throws Exception {
checkFooBoxIsOk();
}
}