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