Load configuration for FirLoadCompiledKotlin

This commit is contained in:
Denis.Zharkov
2021-04-08 17:45:48 +03:00
committed by TeamCityServer
parent b9d2a1842a
commit 6ca6bb2d45
2 changed files with 5 additions and 3 deletions
@@ -1,16 +1,16 @@
public final val nonConstVal1: R|kotlin/Int|
public final val nonConstVal1: R|kotlin/Int| = Int(1)
public get(): R|kotlin/Int|
public final class C : R|kotlin/Any| {
public final companion object Companion : R|kotlin/Any| {
public final val nonConstVal3: R|kotlin/Int|
public final val nonConstVal3: R|kotlin/Int| = Int(3)
public get(): R|kotlin/Int|
private constructor(): R|test/C.Companion|
}
public final val nonConstVal2: R|kotlin/Int|
public final val nonConstVal2: R|kotlin/Int| = Int(2)
public get(): R|kotlin/Int|
public constructor(): R|test/C|