Files

8 lines
67 B
Kotlin
Vendored

package foo
import foo.Intf
class Impl(): Intf() {
<caret>
}