mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
9 lines
126 B
Kotlin
Vendored
9 lines
126 B
Kotlin
Vendored
class C(@JvmField var foo: String) {
|
|
@JvmField var bar: String = "123"
|
|
}
|
|
|
|
|
|
// 0 getFoo
|
|
// 0 setFoo
|
|
// 0 getBar
|
|
// 0 setBar |