Files
kotlin-fork/compiler/testData/diagnostics/tests/exposed/implements.kt
T

5 lines
113 B
Kotlin
Vendored

// FIR_IDENTICAL
private interface My
// valid, it's allowed to implement worse-visible interface
class Your: My