Tests for Sealed Class move + Fix invalid move declaration test
MoveDeclarationToSeparateFile.testSealed test was threated to check that the intention is not applicable but it currently is.
This commit is contained in:
committed by
Igor Yakovlev
parent
91d603292c
commit
60e3787800
@@ -1,3 +1,3 @@
|
||||
// IS_APPLICABLE: false
|
||||
// INTENTION_TEXT: Extract 'A' and subclasses from current file
|
||||
sealed class A<caret>
|
||||
class B : A()
|
||||
Reference in New Issue
Block a user