[IR] update testdata: better support for IrConstructorCall
This commit is contained in:
committed by
teamcityserver
parent
197f5ca885
commit
2a19dc32f2
+2
-2
@@ -35,14 +35,14 @@ class Cell {
|
||||
}
|
||||
|
||||
val test1: Int /* by */
|
||||
field = TODO("IrConstructorCall")
|
||||
field = Cell(value = 1)
|
||||
@A(...)
|
||||
get(): Int {
|
||||
return #test1$delegate.getValue(thisRef = null, kProp = ::test1)
|
||||
}
|
||||
|
||||
var test2: Int /* by */
|
||||
field = TODO("IrConstructorCall")
|
||||
field = Cell(value = 2)
|
||||
@A(...)
|
||||
get(): Int {
|
||||
return #test2$delegate.getValue(thisRef = null, kProp = ::test2)
|
||||
|
||||
Reference in New Issue
Block a user