Andrzej Ratajczak
Andrzej Ratajczak
Currently we have 2 redundant models defined in `commonKotlin` and `commonScala`. We should reconsider getting one model of database, ideally originating from `commonScala`. Maybe we should change `json` format to...
This condition is wrong, empty list should be permitted to be default value as all other concrete values can be. And in my case it is default value. What's more...
Calling function by `name.apply(...)` generate the same bytecode as `name(...)`, but generated TASTY tree contains additional level of nested `$anonfun`. Can be problematic while disambiguating such functions called inside of...