Fix ConstantValue-related testData for loadJava tests

This commit is contained in:
Dmitry Petrov
2018-07-23 17:03:28 +03:00
parent cc1d9e88d5
commit 8f103dd8e5
79 changed files with 255 additions and 179 deletions
@@ -1,6 +1,6 @@
package test
@field:test.Anno(t = {"prosper"}) public val bar: kotlin.Int = 42
@field:test.Anno(t = {"prosper"}) public val bar: kotlin.Int
public fun <get-bar>(): kotlin.Int
@test.Anno(t = {}) public fun baz(): kotlin.Unit
@test.Anno(t = {"live", "long"}) public fun foo(): kotlin.Unit