Intention Make private and friends should respect modifier order #KT-17823 Fixed
This commit is contained in:
committed by
Dmitry Jemerov
parent
5dfe77b7c3
commit
d90cc6f4cf
@@ -0,0 +1 @@
|
||||
<caret>const val a = 1
|
||||
+1
@@ -0,0 +1 @@
|
||||
<caret>private const val a = 1
|
||||
@@ -2938,6 +2938,12 @@ public class IntentionTestGenerated extends AbstractIntentionTest {
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("noModifierListConst.kt")
|
||||
public void testNoModifierListConst() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/intentions/changeVisibility/private/noModifierListConst.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("noModifierListFun.kt")
|
||||
public void testNoModifierListFun() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/intentions/changeVisibility/private/noModifierListFun.kt");
|
||||
|
||||
Reference in New Issue
Block a user