Mark semicolons after nullable types redundant, despite of '!' after (KT-38240)

This commit is contained in:
Yan Zhulanow
2020-05-29 19:29:04 +09:00
parent 4cf83d9526
commit 741ebeb7b8
4 changed files with 31 additions and 8 deletions
@@ -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");