Protected in final inspection: protected modifier is effectively private in final classes #KT-6674 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
20bac6178c
commit
a541aaafd8
@@ -0,0 +1,4 @@
|
||||
// "Make class open" "true"
|
||||
final class C {
|
||||
<caret>protected fun foo() {}
|
||||
}
|
||||
Reference in New Issue
Block a user