10 lines
71 B
Kotlin
10 lines
71 B
Kotlin
// "Create trait 'A'" "true"
|
|
package p
|
|
|
|
class Foo: A {
|
|
|
|
}
|
|
|
|
trait A {
|
|
|
|
} |