6a72cebe88
#KT-13981 Fixed #KT-5117 Fixed (cherry picked from commit dfea3af)
21 lines
148 B
Kotlin
Vendored
21 lines
148 B
Kotlin
Vendored
interface Foo
|
|
|
|
class Bar
|
|
: Foo {
|
|
}
|
|
|
|
class Ob
|
|
: Foo
|
|
|
|
class C {
|
|
companion object
|
|
: Foo {
|
|
}
|
|
}
|
|
|
|
class Unfinished1
|
|
:
|
|
|
|
class Unfinished2
|
|
: {
|
|
} |