1 class Foo { 2 companion object Default { 3 } 4 } 5 6 7 /** 8 * The def 9 */ 10 val Foo.Default.x: Int get() = 1 11