interface TestTrait { fun test() } class A { class B { companion object : TestTrait { // TODO: No line marker override fun test() { } } } }