Fix hint text for replace with operator assignment #KT-23559 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
8c3e787584
commit
c49eaf2604
+5
@@ -3977,6 +3977,11 @@ public class LocalInspectionTestGenerated extends AbstractLocalInspectionTest {
|
||||
runTest("idea/testData/inspectionsLocal/replaceWithOperatorAssignment/simpleAssign.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("validAddition.kt")
|
||||
public void testValidAddition() throws Exception {
|
||||
runTest("idea/testData/inspectionsLocal/replaceWithOperatorAssignment/validAddition.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("validSubtraction.kt")
|
||||
public void testValidSubtraction() throws Exception {
|
||||
runTest("idea/testData/inspectionsLocal/replaceWithOperatorAssignment/validSubtraction.kt");
|
||||
|
||||
Reference in New Issue
Block a user