Fix fir load compiled kotlin tests after introducing const deserializer
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
public final object A : R|kotlin/Any| {
|
||||
internal final const val inObject: R|kotlin/Int|
|
||||
internal final const val inObject: R|kotlin/Int| = Int(2)
|
||||
internal get(): R|kotlin/Int|
|
||||
|
||||
private constructor(): R|test/A|
|
||||
@@ -10,7 +10,7 @@ public final class B : R|kotlin/Any| {
|
||||
public constructor(): R|test/B|
|
||||
|
||||
public final companion object Companion : R|kotlin/Any| {
|
||||
public final const val inCompanion: R|kotlin/Int|
|
||||
public final const val inCompanion: R|kotlin/Int| = Int(3)
|
||||
public get(): R|kotlin/Int|
|
||||
|
||||
private constructor(): R|test/B.Companion|
|
||||
|
||||
Reference in New Issue
Block a user