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

6 lines
115 B
Kotlin
Vendored

internal open class My
internal class Outer {
// Ok, effectively internal from internal
class Your: My()
}