interface Some { fun foo() } class Other { fun test() { val a = 1 } fun otherTest() { } }