JS backend: added the support nativeInvoke, nativeGetter, nativeSetter.
This commit is contained in:
@@ -134,4 +134,12 @@ public final class NativeInteropTest extends SingleFileTranslationTest {
|
||||
public void testPrint() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testNativeInvoke() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testNativeGetterAndNativeSetter() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user