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

View File

@@ -2,8 +2,8 @@ package test
public final class ClassWithConstVal {
/*primary*/ public constructor ClassWithConstVal()
public final val f: kotlin.Int = 1
public final val f: kotlin.Int
public final fun <get-f>(): kotlin.Int
public final val f2: kotlin.Int = 1
public final val f2: kotlin.Int
public final fun <get-f2>(): kotlin.Int
}