mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 08:31:28 +00:00
Decrease visibility fix is now active for exposed visibility errors #KT-11920 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
934c374030
commit
d5b9a336a3
11
idea/testData/quickfix/decreaseVisibility/exposedSuperInterface.kt
vendored
Normal file
11
idea/testData/quickfix/decreaseVisibility/exposedSuperInterface.kt
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
// "Make Derived internal" "true"
|
||||
|
||||
import Outer.Base
|
||||
|
||||
internal class Outer {
|
||||
interface Base
|
||||
}
|
||||
|
||||
class Container {
|
||||
interface Derived : <caret>Base
|
||||
}
|
||||
Reference in New Issue
Block a user