8 lines
64 B
Kotlin
8 lines
64 B
Kotlin
// "Create trait 'A'" "true"
|
|
package p
|
|
|
|
import p.A
|
|
|
|
trait A {
|
|
|
|
} |