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