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