[FIR] Support constructor call of unsigned in checker

This commit is contained in:
Andrey Zinovyev
2021-05-21 15:56:43 +03:00
committed by TeamCityServer
parent 7f2eaab02b
commit dce8bd4e62
4 changed files with 14 additions and 13 deletions
@@ -1,5 +1,4 @@
// !LANGUAGE: +InlineClasses
// IGNORE_BACKEND_FIR: JVM_IR
// FILE: uint.kt
@@ -9,6 +8,9 @@ inline class UInt(val value: Int)
// FILE: test.kt
//this import in required in FIR because default imports don't search in local sources atm
import kotlin.UInt
const val u = UInt(14)
fun foo() {