thana
01/14/2019, 11:15 AMLong
when they are initialized with 0
but i cannot find documentation for this behavior. furthermore it is not applied when the code is compiled in to javascript. any help on this?christophsturm
01/14/2019, 11:20 AMthana
01/14/2019, 11:22 AMDico
01/14/2019, 11:44 AMthana
01/14/2019, 11:56 AMfoo.var = 0
is on purpose on the jvm - but if it is, it shouldn't be called on different platforms eitherDico
01/14/2019, 11:59 AMthana
01/14/2019, 12:01 PMLong
field is initialized with 0 this works on jvm but fails on js. If it's initialized with 1 it brekas on both platformsDico
01/14/2019, 12:02 PMthana
01/14/2019, 12:03 PMDico
01/14/2019, 12:04 PMthana
01/14/2019, 12:05 PMlong
with 0
. if we initialize with 1
the test breaksDico
01/14/2019, 12:11 PMthana
01/14/2019, 12:11 PMlong
Dico
01/14/2019, 12:13 PMthana
01/14/2019, 12:14 PM