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