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