Serialize compile time constant for property initializer
This commit is contained in:
@@ -2,9 +2,9 @@ package test
|
||||
|
||||
internal final class ClassVal {
|
||||
/*primary*/ public constructor ClassVal()
|
||||
internal final val property1: kotlin.Int
|
||||
internal final val property1: kotlin.Int = 1.toInt()
|
||||
internal final fun <get-property1>(): kotlin.Int
|
||||
internal final val property2: kotlin.Int
|
||||
internal final val property2: kotlin.Int = 1.toInt()
|
||||
internal final fun <get-property2>(): kotlin.Int
|
||||
private final val property3: java.lang.Object
|
||||
private final fun <get-property3>(): java.lang.Object
|
||||
|
||||
@@ -2,9 +2,9 @@ package test
|
||||
|
||||
internal final class ClassVal {
|
||||
/*primary*/ public constructor ClassVal()
|
||||
internal final val property1: kotlin.Int
|
||||
internal final val property1: kotlin.Int = 1.toInt()
|
||||
internal final fun <get-property1>(): kotlin.Int
|
||||
internal final val property2: kotlin.Int
|
||||
internal final val property2: kotlin.Int = 1.toInt()
|
||||
internal final fun <get-property2>(): kotlin.Int
|
||||
private final val property3: java.lang.Object
|
||||
private final fun <get-property3>(): java.lang.Object
|
||||
|
||||
Reference in New Issue
Block a user