Change visibility on exposure now reports all possible visibilities
This commit is contained in:
committed by
Mikhail Glukhikh
parent
a2501463a8
commit
e6a7cd97ff
+11
@@ -0,0 +1,11 @@
|
||||
// "Make Derived private" "true"
|
||||
|
||||
import Outer.Base
|
||||
|
||||
internal class Outer {
|
||||
interface Base
|
||||
}
|
||||
|
||||
class Container {
|
||||
private interface Derived : Base
|
||||
}
|
||||
Reference in New Issue
Block a user