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