5f037d372d
#KT-9697 Fixed
13 lines
141 B
Kotlin
Vendored
13 lines
141 B
Kotlin
Vendored
class A {
|
|
companion object {
|
|
class B {
|
|
|
|
}
|
|
|
|
val <caret>foo: Int = 1
|
|
}
|
|
|
|
fun bar() {
|
|
foo + 1
|
|
}
|
|
} |