mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 00:21:29 +00:00
Fix ConstantValue-related testData for loadJava tests
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package test
|
||||
|
||||
public class ClassWithConstVal() {
|
||||
public val f: Int = 1
|
||||
public val f: Int = { 1 }()
|
||||
public val f2: Int = f
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user