10 lines
61 B
Kotlin
10 lines
61 B
Kotlin
package test
|
|
|
|
import test.A
|
|
|
|
trait <caret>A {
|
|
}
|
|
|
|
class B {
|
|
|
|
} |