[IR] update testdata: support for IrDelegatingConstructorCall
This commit is contained in:
committed by
teamcityserver
parent
84d6e43590
commit
b518c19b38
+3
-3
@@ -1,13 +1,13 @@
|
||||
class Outer {
|
||||
constructor() /* primary */ {
|
||||
TODO("IrDelegatingConstructorCall")
|
||||
super/*Any*/()
|
||||
/* InstanceInitializerCall */
|
||||
|
||||
}
|
||||
|
||||
inner class Inner {
|
||||
constructor(x: Int) /* primary */ {
|
||||
TODO("IrDelegatingConstructorCall")
|
||||
super/*Any*/()
|
||||
/* InstanceInitializerCall */
|
||||
|
||||
}
|
||||
@@ -17,7 +17,7 @@ class Outer {
|
||||
get
|
||||
|
||||
constructor() {
|
||||
TODO("IrDelegatingConstructorCall")
|
||||
<this>.this/*Inner*/(x = 0)
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user