blob: f452de2c8fedefba213f6872537ca51d3b942908 [file] [log] [blame]
class Foo {
companion object Default {
}
}
/**
* The default object property.
*/
val Foo.Default.x: Int get() = 1