5 lines
82 B
Kotlin
5 lines
82 B
Kotlin
// "Create trait 'A'" "true"
|
|
// ERROR: Unresolved reference: A
|
|
fun foo() = J.A.B
|
|
|