Files

8 lines
67 B
Kotlin

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