mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
Fix ConstantValue-related testData for loadJava tests
This commit is contained in:
@@ -4,7 +4,7 @@ package test
|
||||
class A {
|
||||
class B {
|
||||
companion object {
|
||||
val TEST = 1
|
||||
val TEST = { 1 }()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user