92dcb54207
#KT-33153 Fixed
6 lines
96 B
Kotlin
Vendored
6 lines
96 B
Kotlin
Vendored
// PROBLEM: none
|
|
class Bar : Foo() {
|
|
<caret>override fun foo() {
|
|
super.foo()
|
|
}
|
|
} |