diff options
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r-- | tests/ajcTests.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index a7c73d20d..5cccbc37b 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -6456,4 +6456,10 @@ <compile files="CloneMethod.java"/> <run class="CloneMethod"/> </ajc-test> + + <ajc-test dir="bugs" pr="39711" + title="Class Literals as non final fields (also assert, and this$0)"> + <compile files="ClassLiteralField.java" options="-source14"/> + <run class="ClassLiteralField"/> + </ajc-test> </suite> |