[IR] update testdata: better support for callable references
This commit is contained in:
committed by
teamcityserver
parent
0d3d61862b
commit
8f155c23a0
Vendored
+2
-2
@@ -42,7 +42,7 @@ fun testInnerClassConstructor(outer: Outer): Any {
|
||||
return receiver.Inner(xs = [p0])
|
||||
}
|
||||
|
||||
::<init>
|
||||
outer::<init>
|
||||
})
|
||||
}
|
||||
|
||||
@@ -52,7 +52,7 @@ fun testInnerClassConstructorCapturingOuter(): Any {
|
||||
return receiver.Inner(xs = [p0])
|
||||
}
|
||||
|
||||
::<init>
|
||||
Outer()::<init>
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user