Fix ConstantValue-related testData for loadJava tests
This commit is contained in:
+1
-1
@@ -7,4 +7,4 @@ annotation class Anno(val t: ElementType)
|
||||
|
||||
@Anno(ElementType.METHOD) fun foo() {}
|
||||
|
||||
@field:Anno(ElementType.FIELD) val bar = 42
|
||||
@field:Anno(ElementType.FIELD) val bar = { 42 }()
|
||||
|
||||
Reference in New Issue
Block a user