Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
8b277dbf2a0b59c00963dac3dde55cf06a3f4dc6
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
lightClassByFqName
/
classAndCompanionJvmFieldProperty.kt
blob: 8b5c507d20914448561fdb6c570525e11df879ea [
file
]
// fields.KotlinClass
// WITH_STDLIB
// LIBRARY_PLATFORMS: JVM
package
fields
class
KotlinClass
{
val foo
:
String
=
"1"
companion
object
{
@JvmField
val foo
:
Int
=
0
}
}