Load configuration for FirLoadCompiledKotlin
This commit is contained in:
committed by
TeamCityServer
parent
b9d2a1842a
commit
6ca6bb2d45
+3
-3
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user