6 lines
115 B
Kotlin
Vendored
6 lines
115 B
Kotlin
Vendored
internal open class My
|
|
|
|
internal class Outer {
|
|
// Ok, effectively internal from internal
|
|
class Your: My()
|
|
} |