Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
staticFields
/
kt3698.kt
blob: 058b249d9a2bf95d9644d58a1f3a10e2544ce6ea [
file
]
package
test
class
KotlinClass
{
companion
object
{
const
val FOO
:
Int
=
10
}
}