Not sure if I am chasing ghosts but on my local machine as well as on our CI
1L.rem(200) == 0
compiles without errors while it should fail because rem returns Long. Using Kotlin playground the code does not compile as expected. Any idea whats going on?