blob: 0d245452cb88807a9701b3d5ceca15602638c079 [file] [log] [blame]
class JJ {
fun bar() {
foo()
}
companion object {
fun foo() {}
}
}