[FE] Make constructors of sealed classes protected instead of internal
This commit is contained in:
committed by
TeamCityServer
parent
e795c2c407
commit
f3a8fcaea6
@@ -14,4 +14,4 @@ class A : Base()
|
||||
|
||||
package a
|
||||
|
||||
class B : <!INVISIBLE_MEMBER, SEALED_INHERITOR_IN_DIFFERENT_MODULE!>Base<!>()
|
||||
class B : <!SEALED_INHERITOR_IN_DIFFERENT_MODULE!>Base<!>()
|
||||
|
||||
Reference in New Issue
Block a user