blob: 058b249d9a2bf95d9644d58a1f3a10e2544ce6ea [file] [log] [blame]
package test
class KotlinClass {
companion object {
const val FOO: Int = 10
}
}