10 lines
65 B
Kotlin
Vendored
10 lines
65 B
Kotlin
Vendored
package test
|
|
|
|
import test.A
|
|
|
|
interface <caret>A {
|
|
}
|
|
|
|
class B {
|
|
|
|
} |