]> source.dussan.org Git - aspectj.git/commit
Add tests for Java 19 record patterns
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Wed, 21 Dec 2022 11:57:44 +0000 (12:57 +0100)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Wed, 21 Dec 2022 11:57:44 +0000 (12:57 +0100)
commit5239ae0480d4f623aa9c9491b6bf75e3e568cc89
treef6bd5d5e80275c25770282eb5b8de4f22db8c6cd
parent9be61fe259dfd3340050f0c4d80ee9e9555583e1
Add tests for Java 19 record patterns

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tests/features1919/java19/RecordPatternsPreview1Aspect.aj [new file with mode: 0644]
tests/features1919/java19/RecordPatternsPreview1Error.java [new file with mode: 0644]
tests/features1919/java19/RecordPatternsPreview1ExhaustivenessAspect.aj [new file with mode: 0644]
tests/features1919/java19/RecordPatternsPreview1ExhaustivenessError.java [new file with mode: 0644]
tests/features1919/java19/RecordPatternsPreview1ExhaustivenessOK1.java [new file with mode: 0644]
tests/features1919/java19/RecordPatternsPreview1ExhaustivenessOK2.java [new file with mode: 0644]
tests/features1919/java19/RecordPatternsPreview1OK.java [new file with mode: 0644]
tests/features1919/java19/SwitchPatternPreview3OK.java
tests/features199/java18/SwitchPatternPreview2OK.java
tests/src/test/java/org/aspectj/systemtest/ajc1919/Java19PreviewFeaturesTests.java
tests/src/test/resources/org/aspectj/systemtest/ajc1919/ajc1919.xml