[FIR] Promote numeric types during comparisons
Added support for comparing platform types. Extracted logic to convert operator expressions to OperatorExpressionGenerator.
This commit is contained in:
committed by
Mikhail Glukhikh
parent
1d9967013b
commit
d4cbfcb79e
@@ -1,3 +1,4 @@
|
||||
// FIR_IDENTICAL
|
||||
fun btest1(a: Byte, b: Byte) = a > b
|
||||
fun btest2(a: Byte, b: Byte) = a < b
|
||||
fun btest3(a: Byte, b: Byte) = a >= b
|
||||
|
||||
Reference in New Issue
Block a user