Support visibility for protected static members
#KT-2999 Fixed
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
class Derived(): protectedStaticProperty() {
|
||||
fun test(): String {
|
||||
return protectedStaticProperty.protectedProperty!!
|
||||
}
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
return Derived().test()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user