Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
eadcce82e781d7be850118e82333893ab7cf10a9
/
.
/
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
}
}