[FIR-TEST] Update testdata after removal bodies of synthetic data class funs

This commit is contained in:
Dmitriy Novozhilov
2020-04-17 13:22:19 +03:00
parent 9f1ecadd65
commit f489e4044f
5 changed files with 25 additions and 75 deletions
@@ -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| {