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
@@ -1,7 +1,7 @@
// InnerClasses
class Bar(val a: Int) {
val b: Int = 0
val b: Int = { 0 }()
fun getAPlusB() = a + b