FIR: serialize HAS_CONSTANT at least for const properties
Non-const properties may need them too with if the 1.4 feature NoConstantValueAttributeForNonConstVals is disabled.
This commit is contained in:
@@ -40,6 +40,6 @@ public final const val s: R|kotlin/Short| = Short(20000)
|
||||
public final const val s1: R|kotlin/Short| = Short(1)
|
||||
public get(): R|kotlin/Short|
|
||||
|
||||
public final const val str: R|kotlin/String|
|
||||
public final const val str: R|kotlin/String| = String(:))
|
||||
public get(): R|kotlin/String|
|
||||
|
||||
|
||||
Reference in New Issue
Block a user