Files
kotlin-fork/compiler/testData/codegen/bytecodeText
pyos adcbfc7b4c IR: add an emptiness check to all unsigned until loops
Unlike signed integers, a larger unsigned type does not mean a lower
minimum value, so `x - 1` can overflow even if `x` is casted to a larger
type.

 #KT-42186 Fixed
2020-10-07 12:53:00 +02:00
..
2020-01-20 16:00:36 +01:00
2020-09-29 19:16:42 +03:00
2020-10-01 17:49:02 +03:00
2020-06-18 12:22:53 +03:00