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
View File
@@ -292,7 +292,7 @@ public abstract interface Comparable<in T> : R|kotlin/Any| {
}
public final annotation class Deprecated : R|kotlin/Annotation| {
public constructor(message: R|kotlin/String|, replaceWith: R|kotlin/ReplaceWith|, level: R|kotlin/DeprecationLevel|): R|kotlin/Deprecated|
public constructor(message: R|kotlin/String|, replaceWith: R|kotlin/ReplaceWith| = STUB, level: R|kotlin/DeprecationLevel| = STUB): R|kotlin/Deprecated|
}