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