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