Fix ConstantValue-related testData for lightClasses tests

TODO support custom language version settings for lightClasses tests
This commit is contained in:
Dmitry Petrov
2018-07-23 18:06:01 +03:00
parent 8f103dd8e5
commit 9dc2ad664d
22 changed files with 53 additions and 47 deletions
@@ -3,6 +3,6 @@
interface TraitClassObjectField {
companion object {
const val x: String? = ""
private val y: String? = ""
private val y: String? = { "" }()
}
}