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
7
idea/testData/quickfix/decreaseVisibility/exposedSuperClassProtectedBase.kt.after
vendored
Normal file
7
idea/testData/quickfix/decreaseVisibility/exposedSuperClassProtectedBase.kt.after
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
// "Make First private" "true"
|
||||
|
||||
private open class Data(val x: Int)
|
||||
|
||||
class Outer {
|
||||
private class First : Data(42)
|
||||
}
|
||||
Reference in New Issue
Block a user