val Int.Companion.X: Int get() = 5 // works val Date.Companion.X: Int get() = 5 // doesn't work because Companion is unknown