FIR: load default value from meta-data

This commit is contained in:
Simon Ogorodnik
2019-04-18 18:17:33 +03:00
committed by Mikhail Glukhikh
parent 879563233a
commit 9352d52e7e
16 changed files with 30 additions and 20 deletions
@@ -1,7 +1,7 @@
public final data class DataClass : R|kotlin/Any| {
public final operator fun component1(): R|kotlin/String|
public final fun copy(x: R|kotlin/String|): R|test/DataClass|
public final fun copy(x: R|kotlin/String| = STUB): R|test/DataClass|
public open operator fun equals(other: R|kotlin/Any|?): R|kotlin/Boolean|