7 lines
65 B
Kotlin
Vendored
7 lines
65 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
package foo
|
|
|
|
class Impl : Bar() {
|
|
<caret>
|
|
}
|