Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
#3836 add min java_17
  • Loading branch information
mildw428 committed Jun 14, 2025
commit 5afa48ee3a09752184d126b682b7c380c1f4d22d
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ void faultyAstModifyingProcessor() {
* For sealed interface, create an impl class with the switch case.
*/
@ProcessorTest(baseDir = "sealedInterfaceTest")
@EnabledForJreRange(min = JRE.JAVA_17)
void sealedInterfaceSubclassMappingTest() {
}

Expand Down