0cc861f00b
Effective visibility mechanism introduced. Local is considered as public, java protected as Kotlin protected, java package private as Kotlin private.
4 lines
96 B
Kotlin
Vendored
4 lines
96 B
Kotlin
Vendored
private interface My
|
|
|
|
// valid, it's allowed to implement worse-visible interface
|
|
class Your: My |