Protected in allowed in companion objects but forbidden in other objects, relevant test fixes
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ package test
|
||||
const private val topLevel = 1
|
||||
|
||||
object A {
|
||||
const protected val inObject = 2
|
||||
const internal val inObject = 2
|
||||
}
|
||||
|
||||
class B {
|
||||
|
||||
Reference in New Issue
Block a user