Skip to content

Commit

Permalink
remove input duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
mbien committed Dec 8, 2024
1 parent 98784f3 commit f7026d4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ public void testSealedTypeSwitchTypeFiltering() throws Exception {
performTest("SwitchWithSealedType", 1084, "J j -> {} case ", "sealedTypeSwitchJFiltered.pass", SOURCE_LEVEL);
}

public void testSealedTypeSwitchTypeFilteringGuard() throws Exception {
performTest("SwitchWithSealedType", 1084, "J j when j == null -> {} case ", "sealedTypeSwitch.pass", SOURCE_LEVEL);
}
// public void testSealedTypeSwitchTypeFilteringGuard() throws Exception {
// performTest("SwitchWithSealedType", 1084, "J j when j == null -> {} case ", "sealedTypeSwitch.pass", SOURCE_LEVEL);
// }

public void testSealedTypeSwitchTypeFilteringQualified() throws Exception {
performTest("SwitchWithSealedType", 1084, "J j -> {} case test.Test.", "sealedTypeSwitchJFilteredQualified.pass", SOURCE_LEVEL);
Expand Down

0 comments on commit f7026d4

Please sign in to comment.