Bytecode to source converting Java & Kotlin code into JavaScript, C++, D, C#, PHP, AS3, Dart and Haxe and run it everywhere. Also use JVM code in your favourite language as a library.
instanceof with primitive types works fine, but even when no so frequent, it seems that there are some cases not covered.
Discovered here: https://github.com/jtransc/jtransc/pull/189
instanceof with primitive types works fine, but even when no so frequent, it seems that there are some cases not covered. Discovered here: https://github.com/jtransc/jtransc/pull/189
We have to check
instanceof
: