[FIR] Add INV to UNARY_OPERATION_NAMES, ^KT-50998 Fixed

This commit is contained in:
Ivan Kochurkin
2022-02-01 15:29:51 +03:00
committed by teamcity
parent 30871fc08f
commit 17c64cf955
7 changed files with 34 additions and 2 deletions
@@ -0,0 +1,4 @@
// FIR_IDENTICAL
// ISSUE: KT-50998
const val Mask: Int = 0xC0000000.toInt()
const val Mask_Inv: Int = Mask.inv()
@@ -0,0 +1,4 @@
package
public const val Mask: kotlin.Int = -1073741824
public const val Mask_Inv: kotlin.Int = 1073741823