[FIR-TEST] Update testdata after removal bodies of synthetic data class funs
This commit is contained in:
@@ -10,17 +10,11 @@ FILE: components.kt
|
||||
public final val y: R|kotlin/String| = R|<local>/y|
|
||||
public get(): R|kotlin/String|
|
||||
|
||||
public final fun component1(): R|kotlin/Int| {
|
||||
^component1 this@R|/D|.R|/D.x|
|
||||
}
|
||||
public final fun component1(): R|kotlin/Int|
|
||||
|
||||
public final fun component2(): R|kotlin/String| {
|
||||
^component2 this@R|/D|.R|/D.y|
|
||||
}
|
||||
public final fun component2(): R|kotlin/String|
|
||||
|
||||
public final fun copy(x: R|kotlin/Int| = this@R|/D|.R|/D.x|, y: R|kotlin/String| = this@R|/D|.R|/D.y|): R|D| {
|
||||
^copy R|/D.D|(this@R|/D|.R|/D.x|, this@R|/D|.R|/D.y|)
|
||||
}
|
||||
public final fun copy(x: R|kotlin/Int| = this@R|/D|.R|/D.x|, y: R|kotlin/String| = this@R|/D|.R|/D.y|): R|D|
|
||||
|
||||
}
|
||||
public final fun foo(list: R|kotlin/collections/List<D>|): R|kotlin/Unit| {
|
||||
|
||||
Reference in New Issue
Block a user