CanSealedSubClassBeObjectInspection: don't report if sub-class has classModifier
#KT-38790 Fixed
This commit is contained in:
committed by
Yan Zhulanow
parent
cea879cbd5
commit
3272b8fc2c
@@ -0,0 +1,5 @@
|
||||
// PROBLEM: none
|
||||
// DISABLE-ERRORS
|
||||
sealed class Bar
|
||||
|
||||
data <caret>class Foo : Bar()
|
||||
Reference in New Issue
Block a user