5f037d372d
#KT-9697 Fixed
14 lines
131 B
Plaintext
Vendored
14 lines
131 B
Plaintext
Vendored
class A {
|
|
companion object {
|
|
class B {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
fun bar() {
|
|
foo + 1
|
|
}
|
|
|
|
val foo: Int = 1
|
|
} |