1 2 interface Bar 3 4 /** 5 * Correct ref [Foo.Companion] 6 */ 7 class Foo { 8 companion object : Bar 9 }