Skip to content

Commit

Permalink
check potential side effect
Browse files Browse the repository at this point in the history
  • Loading branch information
mbien committed Dec 8, 2024
1 parent 39e8919 commit 98784f3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class JavaCompletionTask121FeaturesTest extends CompletionTestBase {
public JavaCompletionTask121FeaturesTest(String testName) {
super(testName);
}

/*
public void testRecordPatternCompletion_1() throws Exception {
performTest("RecordPattern", 930, null, "AutoCompletion_RecordPattern_1.pass", SOURCE_LEVEL);
}
Expand Down Expand Up @@ -122,7 +122,7 @@ public void testCaseBodyCompletion_GuardedPattern() throws Exception {
public void TODOtestNoCrash() throws Exception {
performTest("SwitchPatternMatching", 1275, "case R(var s,", "AutoCompletion_Guard_PatternMatchingSwitch.pass", SOURCE_LEVEL);
}

*/
public void testSealedTypeSwitch1() throws Exception {
performTest("SwitchWithSealedType", 1084, null, "sealedTypeSwitch.pass", SOURCE_LEVEL);
}
Expand Down

0 comments on commit 98784f3

Please sign in to comment.