[IR] Fixed IrType.classifierOrNull

Supported IrDefinitelyNotNullType explicitly for now
(later it will be better to handle it at the call sites)

Co-authored-by: Svyatoslav Scherbina <svyatoslav.scherbina@jetbrains.com>
This commit is contained in:
Igor Chevdar
2022-02-18 10:59:46 +05:00
committed by Svyatoslav Scherbina
parent 287d988301
commit d51eb32c62
3 changed files with 10 additions and 2 deletions
@@ -1,6 +1,8 @@
// !LANGUAGE: -ApproximateIntegerLiteralTypesInReceiverPosition
// WITH_REFLECT
// TARGET_BACKEND: JVM
// KT-51458:
// IGNORE_BACKEND_FIR: JVM_IR
annotation class AnnoUB(val ub: UByteArray)
annotation class AnnoUS(val us: UShortArray)
@@ -1,6 +1,8 @@
// !LANGUAGE: -ApproximateIntegerLiteralTypesInReceiverPosition
// WITH_REFLECT
// TARGET_BACKEND: JVM
// KT-51458:
// IGNORE_BACKEND_FIR: JVM_IR
// TODO: it's not clear why compilation fails for Android
// IGNORE_BACKEND: ANDROID