Mark semicolons after nullable types redundant, despite of '!' after (KT-38240)
This commit is contained in:
+5
@@ -8396,6 +8396,11 @@ public class LocalInspectionTestGenerated extends AbstractLocalInspectionTest {
|
||||
runTest("idea/testData/inspectionsLocal/redundantSemicolon/beforeKDocAndLambda.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("betweenNullableTypeAndNotOperator.kt")
|
||||
public void testBetweenNullableTypeAndNotOperator() throws Exception {
|
||||
runTest("idea/testData/inspectionsLocal/redundantSemicolon/betweenNullableTypeAndNotOperator.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("betweenSoftKeywordAndDeclaration.kt")
|
||||
public void testBetweenSoftKeywordAndDeclaration() throws Exception {
|
||||
runTest("idea/testData/inspectionsLocal/redundantSemicolon/betweenSoftKeywordAndDeclaration.kt");
|
||||
|
||||
Reference in New Issue
Block a user