KT-11920: Increase visibility fix is now active for exposed visibility errors

This commit is contained in:
Mikhail Glukhikh
2016-04-15 18:54:26 +03:00
committed by Mikhail Glukhikh
parent 04db491dd4
commit fe44671b6a
26 changed files with 335 additions and 34 deletions
@@ -0,0 +1,11 @@
// "Make Outer public" "true"
import Outer.Base
internal class Outer {
interface Base
}
class Container {
interface Derived : <caret>Base
}