konsoletyper / teavm

Compiles Java bytecode to JavaScript, WebAssembly and C
https://teavm.org
Apache License 2.0
2.55k stars 260 forks source link

Compilation issue in 0.10.0-dev-3 and later #874

Closed aloraps closed 6 months ago

aloraps commented 6 months ago

Starting in 0.10.0-dev-3, I get this error:

[ERROR] JSBody method org.teavm.jso.indexeddb.IDBIndex.unwrapStringArray(Lorg/teavm/jso/JSObject;)[Ljava/lang/String; declares 1 parameters, but annotation specifies 0 at org.teavm.jso.indexeddb.IDBIndex.unwrapStringArray

image

Compilation in earlier versions works as intended, including 0.10.0-dev-2.