5f037d372d
#KT-9697 Fixed
16 lines
131 B
Plaintext
Vendored
16 lines
131 B
Plaintext
Vendored
class A {
|
|
companion object {
|
|
class B {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
fun bar() {
|
|
foo()
|
|
}
|
|
|
|
fun foo() {
|
|
|
|
}
|
|
} |