[K/Wasm] Allow to export unsigned numbers
This commit is contained in:
+6
@@ -49,6 +49,12 @@ public class FirWasmCodegenWasmJsInteropTestGenerated extends AbstractFirWasmCod
|
||||
runTest("compiler/testData/codegen/boxWasmJsInterop/externals.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("externalsWithUnsigned.kt")
|
||||
public void testExternalsWithUnsigned() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxWasmJsInterop/externalsWithUnsigned.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("functionTypes.kt")
|
||||
public void testFunctionTypes() throws Exception {
|
||||
|
||||
+6
@@ -49,6 +49,12 @@ public class K1WasmCodegenWasmJsInteropTestGenerated extends AbstractK1WasmCodeg
|
||||
runTest("compiler/testData/codegen/boxWasmJsInterop/externals.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("externalsWithUnsigned.kt")
|
||||
public void testExternalsWithUnsigned() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxWasmJsInterop/externalsWithUnsigned.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("functionTypes.kt")
|
||||
public void testFunctionTypes() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user