Fix ConstantValue-related testData for loadJava tests
This commit is contained in:
+1
-1
@@ -3,6 +3,6 @@ package test
|
||||
|
||||
class ClassObjectDeclaresProperty {
|
||||
companion object {
|
||||
val i = 1
|
||||
val i = { 1 }()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user