7 lines
86 B
Kotlin
Vendored
7 lines
86 B
Kotlin
Vendored
// "Create interface 'A'" "true"
|
|
package p
|
|
|
|
// TARGET_PARENT:
|
|
class Foo: <caret>A {
|
|
|
|
} |