in a way, the kotlin type system can be broken, fo...
# swarm
m
in a way, the kotlin type system can be broken, for example if you assign the result of a continuation block to a val of a non-nullable type, when that val is dereferenced in a parallel continuation block you get a null at runtime.