[FE] Prohibit inheritance of sealed classes in different module
KT-20423
This commit is contained in:
committed by
TeamCityServer
parent
f8d6f79c17
commit
57a081c399
+7
@@ -0,0 +1,7 @@
|
||||
package a
|
||||
|
||||
sealed class Base
|
||||
|
||||
sealed interface IBase
|
||||
|
||||
class A : Base(), IBase
|
||||
Reference in New Issue
Block a user