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 +1,2 @@
public final fun funDefaultArg(p: R|kotlin/Int|, q: R|kotlin/Int|, r: R|kotlin/Int|): R|kotlin/Int|
public final fun funDefaultArg(p: R|kotlin/Int|, q: R|kotlin/Int| = STUB, r: R|kotlin/Int| = STUB): R|kotlin/Int|