Protected in allowed in companion objects but forbidden in other objects, relevant test fixes
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// ERROR: Modifier 'protected' is not applicable inside 'object'
|
||||
internal object Outer {
|
||||
private class Nested1() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user