Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
946dff8bda9fd326d2b6c18f10c7545ebed12ae1
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
staticFields
/
staticClassProperty.kt
blob: 6d1d86cfc538100d6b77f964f97ae6c24d92d5c4 [
file
]
package
test
class
Test
{
companion
object
{
public
const
val valProp
:
Int
=
10
@JvmField
public
var
varProp
:
Int
=
10
}
}