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