mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
5 lines
93 B
Kotlin
5 lines
93 B
Kotlin
// "Create interface 'A'" "true"
|
|
// ERROR: Unresolved reference: A
|
|
class Foo: J.<caret>A {
|
|
|
|
} |