[IR] update testdata: better support for IrCall

This commit is contained in:
Zalim Bashorov
2020-11-06 01:14:47 +03:00
committed by teamcityserver
parent ef2adfa835
commit 197f5ca885
72 changed files with 203 additions and 203 deletions
@@ -23,18 +23,18 @@ val testULongWithExpectedType: ULong
get
val testToUByte: UByte
field = toUByte($receiver = 1)
field = 1.toUByte()
get
val testToUShort: UShort
field = toUShort($receiver = 1)
field = 1.toUShort()
get
val testToUInt: UInt
field = toUInt($receiver = 1)
field = 1.toUInt()
get
val testToULong: ULong
field = toULong($receiver = 1)
field = 1.toULong()
get