blob: fdbd915d6e9c1beec98e8e2cf4068f82b06c3a02 [file] [log] [blame]
class Klass() {
companion object {
val x = 1
fun foo() {}
}
}