7 lines
84 B
Kotlin
7 lines
84 B
Kotlin
// "Create trait 'A'" "true"
|
|
// ERROR: Unresolved reference: A
|
|
class Foo: J.A {
|
|
|
|
}
|
|
|