Make <modifier> intention handle sealed correctly #KT-18425 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
a6d80b78de
commit
2afe8989df
@@ -0,0 +1 @@
|
||||
<caret>sealed class Ann
|
||||
+1
@@ -0,0 +1 @@
|
||||
<caret>private sealed class Ann
|
||||
@@ -2974,6 +2974,12 @@ public class IntentionTestGenerated extends AbstractIntentionTest {
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("noModifierListSealed.kt")
|
||||
public void testNoModifierListSealed() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/intentions/changeVisibility/private/noModifierListSealed.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("noModifierListSecondaryConstructor.kt")
|
||||
public void testNoModifierListSecondaryConstructor() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/intentions/changeVisibility/private/noModifierListSecondaryConstructor.kt");
|
||||
|
||||
Reference in New Issue
Block a user