blob: 08d1ddf11090a029ce506b8fd3a9e78454d966e6 [file]
// Test
interface Test {
companion object {
val x = 1
const val y = 2
fun foo() {}
}
fun bar() {}
}