mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 08:31:28 +00:00
Change visibility on exposure now reports all possible visibilities
This commit is contained in:
committed by
Mikhail Glukhikh
parent
a2501463a8
commit
e6a7cd97ff
11
idea/testData/quickfix/decreaseVisibility/exposedSuperInterfacePrivate.kt.after
vendored
Normal file
11
idea/testData/quickfix/decreaseVisibility/exposedSuperInterfacePrivate.kt.after
vendored
Normal file
@@ -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