Package private visibility for private top-level members
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
package test
|
||||
|
||||
private val packageProp = "O"
|
||||
/*TODO rollback when supported*/
|
||||
/*private*/ val packageProp = "O"
|
||||
|
||||
private fun packageFun() = "K"
|
||||
/*private*/ fun packageFun() = "K"
|
||||
|
||||
internal inline fun packageInline(p: (String, String) -> String): String {
|
||||
return p(packageProp, packageFun())
|
||||
|
||||
Reference in New Issue
Block a user