[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
// !DIAGNOSTICS: -UNUSED_PARAMETER
|
||||
fun foo(x: A) = 1
|
||||
|
||||
class A {
|
||||
constructor(x: Int)
|
||||
constructor(x: Int, y: Int, z: Int = x + foo(this) + foo(this@A)) :
|
||||
this(x + foo(this) + foo(this@A))
|
||||
}
|
||||
Reference in New Issue
Block a user