mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 08:31:31 +00:00
Resolve compileTimeInitializer for variable in lazy resolve
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package test
|
||||
|
||||
public final class ClassWithConstVal : java.lang.Object {
|
||||
public constructor ClassWithConstVal()
|
||||
public final val f: kotlin.Int = 1
|
||||
public final val f2: kotlin.Int = 1
|
||||
}
|
||||
Reference in New Issue
Block a user