Fix ConstantValue-related testData for loadJava tests
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//ALLOW_AST_ACCESS
|
||||
package test
|
||||
|
||||
private val topLevelVal = 0
|
||||
private val topLevelVal = { 0 }()
|
||||
|
||||
Reference in New Issue
Block a user