[IR] update testdata: better support for IrCall
This commit is contained in:
committed by
teamcityserver
parent
ef2adfa835
commit
197f5ca885
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user