Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ed7ee67e4e1513f9b3ba9587b6d6e950e7a1da7f
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
jvmField.kt
blob: 94e8a7c36af281079a4f8004cc5c0a9a1395bdd8 [
file
]
class
C
(
@JvmField
var
foo
:
String
)
{
@JvmField
var
bar
:
String
=
"123"
}
// 0 getFoo
// 0 setFoo
// 0 getBar
// 0 setBar