[IR] update testdata: better support for IrConstructorCall
This commit is contained in:
committed by
teamcityserver
parent
197f5ca885
commit
2a19dc32f2
@@ -29,7 +29,7 @@ class IntCell {
|
||||
|
||||
interface IReceiver {
|
||||
operator fun FiveTimes.iterator(): IntCell {
|
||||
return TODO("IrConstructorCall")
|
||||
return IntCell(value = 5)
|
||||
}
|
||||
|
||||
operator fun IntCell.hasNext(): Boolean {
|
||||
|
||||
Reference in New Issue
Block a user