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