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