Fix ConstantValue-related testData for lightClasses tests
TODO support custom language version settings for lightClasses tests
This commit is contained in:
+1
-1
@@ -3,6 +3,6 @@
|
||||
interface TraitClassObjectField {
|
||||
companion object {
|
||||
const val x: String? = ""
|
||||
private val y: String? = ""
|
||||
private val y: String? = { "" }()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user