mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 15:53:55 +00:00
Initial support of JvmField annotation
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class C {
|
||||
@JvmField private val foo: String = "OK"
|
||||
@JvmField public val foo: String = "OK"
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
|
||||
Reference in New Issue
Block a user