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