I've found a systematic problem in the Javascript implementations of the collection classes. You can read about it here: http://youtrack.jetbrains.com/issue/KT-3035
I wonder if we should add unit tests to detect these problems before we just patch the bugs, but that would require a new assertion. Something like
assertWithTimeout(timeOut, { testCode that might not terminate })
What do you old-timers think of this?
Regards, Tommy