5f1cc3b152
#KT-3262 Fixed
9 lines
91 B
Plaintext
Vendored
9 lines
91 B
Plaintext
Vendored
fun foo() {}
|
|
|
|
class A {
|
|
class B {
|
|
fun b() {
|
|
foo()
|
|
}
|
|
}
|
|
} |