[IR] update testdata
This commit is contained in:
committed by
teamcityserver
parent
6a1ab1b325
commit
fc5c674c60
+3
-3
@@ -20,7 +20,7 @@ open class Base {
|
||||
|
||||
class Test1 : Base {
|
||||
constructor(xx: Int, yy: Int) /* primary */ {
|
||||
{ //BLOCK
|
||||
{ // BLOCK
|
||||
TODO("IrDelegatingConstructorCall")
|
||||
}
|
||||
/* InstanceInitializerCall */
|
||||
@@ -34,7 +34,7 @@ class Test1 : Base {
|
||||
|
||||
class Test2 : Base {
|
||||
constructor(xx: Int, yy: Int) {
|
||||
{ //BLOCK
|
||||
{ // BLOCK
|
||||
TODO("IrDelegatingConstructorCall")
|
||||
}
|
||||
/* InstanceInitializerCall */
|
||||
@@ -42,7 +42,7 @@ class Test2 : Base {
|
||||
}
|
||||
|
||||
constructor(xxx: Int, yyy: Int, a: Any) {
|
||||
{ //BLOCK
|
||||
{ // BLOCK
|
||||
TODO("IrDelegatingConstructorCall")
|
||||
}
|
||||
}
|
||||
|
||||
@@ -50,7 +50,7 @@ interface IOther {
|
||||
}
|
||||
|
||||
fun otherImpl(x0: String, y0: Int): IOther {
|
||||
return { //BLOCK
|
||||
return { // BLOCK
|
||||
local class <no name provided> : IOther {
|
||||
constructor() /* primary */ {
|
||||
TODO("IrDelegatingConstructorCall")
|
||||
|
||||
+1
-1
@@ -131,7 +131,7 @@ enum class TestEnum6 : Enum<TestEnum6> {
|
||||
field = y
|
||||
get
|
||||
|
||||
TEST init = { //BLOCK
|
||||
TEST init = { // BLOCK
|
||||
val tmp0_y: Int = f()
|
||||
val tmp1_x: Int = f()
|
||||
TODO("IrEnumConstructorCall")
|
||||
|
||||
+1
-1
@@ -48,7 +48,7 @@ data class A {
|
||||
}
|
||||
|
||||
data class B {
|
||||
constructor(x: Any = { //BLOCK
|
||||
constructor(x: Any = { // BLOCK
|
||||
local class <no name provided> {
|
||||
constructor() /* primary */ {
|
||||
TODO("IrDelegatingConstructorCall")
|
||||
|
||||
@@ -6,7 +6,7 @@ interface IFoo {
|
||||
}
|
||||
|
||||
val test1: Any
|
||||
field = { //BLOCK
|
||||
field = { // BLOCK
|
||||
local class <no name provided> {
|
||||
constructor() /* primary */ {
|
||||
TODO("IrDelegatingConstructorCall")
|
||||
@@ -25,7 +25,7 @@ val test1: Any
|
||||
get
|
||||
|
||||
val test2: IFoo
|
||||
field = { //BLOCK
|
||||
field = { // BLOCK
|
||||
local class <no name provided> : IFoo {
|
||||
constructor() /* primary */ {
|
||||
TODO("IrDelegatingConstructorCall")
|
||||
@@ -68,7 +68,7 @@ class Outer {
|
||||
}
|
||||
|
||||
fun test3(): Inner {
|
||||
return { //BLOCK
|
||||
return { // BLOCK
|
||||
local class <no name provided> : Inner {
|
||||
constructor() /* primary */ {
|
||||
TODO("IrDelegatingConstructorCall")
|
||||
@@ -96,7 +96,7 @@ class Outer {
|
||||
}
|
||||
|
||||
fun Outer.test4(): Inner {
|
||||
return { //BLOCK
|
||||
return { // BLOCK
|
||||
local class <no name provided> : Inner {
|
||||
constructor() /* primary */ {
|
||||
TODO("IrDelegatingConstructorCall")
|
||||
|
||||
Reference in New Issue
Block a user