Preserve comments in "Remove variable" quick fix #KT-23753 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
61edfaced5
commit
633679ac16
@@ -11668,6 +11668,11 @@ public class QuickFixTestGenerated extends AbstractQuickFixTest {
|
||||
runTest("idea/testData/quickfix/variables/unusedVariableWithInitializer.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("unusedVariableWithInitializerAndComment.kt")
|
||||
public void testUnusedVariableWithInitializerAndComment() throws Exception {
|
||||
runTest("idea/testData/quickfix/variables/unusedVariableWithInitializerAndComment.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("unusedVariableWithNullInitializer.kt")
|
||||
public void testUnusedVariableWithNullInitializer() throws Exception {
|
||||
runTest("idea/testData/quickfix/variables/unusedVariableWithNullInitializer.kt");
|
||||
|
||||
Reference in New Issue
Block a user