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