diff options
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r-- | tests/ajcTests.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index c5ebe2575..7cce70cb9 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -6232,5 +6232,12 @@ </compile> <run class="CatchSig"/> </ajc-test> + + + <ajc-test dir="bugs" pr="37304" + title="public static fields being ignored"> + <compile files="FinalFields.java"/> + <run class="FinalFields"/> + </ajc-test> </suite> |