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