KT-11920: Increase visibility fix is now active for exposed visibility errors
This commit is contained in:
committed by
Mikhail Glukhikh
parent
04db491dd4
commit
fe44671b6a
@@ -0,0 +1,11 @@
|
||||
// "Make Outer public" "true"
|
||||
|
||||
import Outer.Base
|
||||
|
||||
internal class Outer {
|
||||
interface Base
|
||||
}
|
||||
|
||||
class Container {
|
||||
interface Derived : <caret>Base
|
||||
}
|
||||
Reference in New Issue
Block a user