JS backend: tests for translation for extension property
This commit is contained in:
@@ -40,4 +40,8 @@ public final class NameClashesTest extends SingleFileTranslationTest {
|
||||
public void testMethodOverloadInClassWithTwoUpperBounds() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testExtensionFunctionAndProperty() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user