[K/Wasm] Allow to export unsigned numbers
This commit is contained in:
@@ -24,3 +24,9 @@ class C2
|
||||
|
||||
<!WRONG_ANNOTATION_TARGET!>@JsExport<!>
|
||||
var p2: Int = 1
|
||||
|
||||
@JsExport
|
||||
fun fooUnsigned1(): UInt = 42u
|
||||
|
||||
@JsExport
|
||||
fun fooUnsigned2(): UByte = 42u
|
||||
|
||||
Reference in New Issue
Block a user