5f1cc3b152
#KT-3262 Fixed
8 lines
120 B
Kotlin
Vendored
8 lines
120 B
Kotlin
Vendored
// PROBLEM: none
|
|
class A : Java() {
|
|
<caret>inner class B {
|
|
fun b() {
|
|
getText()
|
|
}
|
|
}
|
|
} |