mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 15:53:55 +00:00
Fix ConstantValue-related testData for loadJava tests
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user