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