How similar are the Kotlin semantics between the J...
# javascript
n
How similar are the Kotlin semantics between the JS and JVM targets? E.g. if I use a Long type, will that actually be implemented as a (floating point) Number in the JS target? Do I need to run my tests on all targets (which will take work, because at the moment they’re written in JUnit)?