diff --git a/java/java-tests/testSrc/com/intellij/codeInspection/ex/InspectionProfileTest.java b/java/java-tests/testSrc/com/intellij/codeInspection/ex/InspectionProfileTest.java index 4f03879d3c4d..78fccd5557ac 100644 --- a/java/java-tests/testSrc/com/intellij/codeInspection/ex/InspectionProfileTest.java +++ b/java/java-tests/testSrc/com/intellij/codeInspection/ex/InspectionProfileTest.java @@ -369,6 +369,23 @@ public class InspectionProfileTest extends LightIdeaTestCase { ""); } + public void testMergedMethodDoesntCallSuperMethodInspections() throws Exception { + checkMergedNoChanges("\n" + + " "); + } + public void testMergedThrowableNotThrownInspections() throws Exception { checkMergedNoChanges("\n" + "