publicField -> JvmField
Effectively drop publicField and introduce JvmField (which has the same effect for now) Implement frontend checks for @JvmField Replace publicField -> JvmField in test data
This commit is contained in:
committed by
Michael Bogdanov
parent
bfaf806f47
commit
6cf9bfdb70
+12
@@ -0,0 +1,12 @@
|
||||
package
|
||||
|
||||
@kotlin.jvm.JvmField() public val c: kotlin.Int = 4
|
||||
@kotlin.jvm.JvmField() public var g: kotlin.Int
|
||||
|
||||
public final class C {
|
||||
public constructor C()
|
||||
@kotlin.jvm.JvmField() public final var g: kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
}
|
||||
Reference in New Issue
Block a user