60e3787800
MoveDeclarationToSeparateFile.testSealed test was threated to check that the intention is not applicable but it currently is.
3 lines
99 B
Kotlin
Vendored
3 lines
99 B
Kotlin
Vendored
// INTENTION_TEXT: Extract 'A' and subclasses from current file
|
|
sealed class A<caret>
|
|
class B : A() |