8b64a4c8ea
#KT-18469 Fixed
8 lines
128 B
Kotlin
Vendored
8 lines
128 B
Kotlin
Vendored
// "Implement members" "true"
|
|
// DISABLE-ERRORS
|
|
|
|
abstract impl class Bar {
|
|
abstract impl fun foo()
|
|
}
|
|
|
|
class <caret>X : Bar() |