taoria

Results 1 issues of taoria

```wurst package testcom import HashMap HashMap test_map= compiletime(new HashMap()) @compiletime function initMap() test_map.put(1,10) init Log.info(test_map.size().toString()) Log.info(test_map.get(1).toString()) ``` should get ``` 1 10 ``` but get ``` 1 0 ``` is...

unclear/discussion