FIR2IR strip annotations from IrConst type

This commit is contained in:
Dmitry Petrov
2021-11-22 17:51:07 +03:00
committed by Space
parent 0048540652
commit 2a263eca65
8 changed files with 20 additions and 8 deletions
@@ -1,6 +1,4 @@
// TARGET_BACKEND: JVM
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: AE: Argument 1: expected R, but found I at INVOKEINTERFACE Sam.get
// JVM_TARGET: 1.8
// SAM_CONVERSIONS: INDY
@@ -1,9 +1,6 @@
// TARGET_BACKEND: JVM
// IGNORE_BACKEND: ANDROID
// ^ uses API not implemented on minSdkVersion 19
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: fir2ir creates an IrConst(value=2, type=@EnhancedNullability Int), which
// the backend generates as an int instead of Integer
// WITH_STDLIB
// JVM_TARGET: 1.8
// FULL_JDK