diff options
author | jhugunin <jhugunin> | 2003-07-24 21:37:04 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-07-24 21:37:04 +0000 |
commit | 8060fec634b2f790599cbb71e660d8a0c2231e43 (patch) | |
tree | cde41c10c5b84b4e8efacadbb26962b9c7097104 /tests/ajcTests.xml | |
parent | 01b77ac07d292a8bdafc9c10112f4f89bae204ec (diff) | |
download | aspectj-8060fec634b2f790599cbb71e660d8a0c2231e43.tar.gz aspectj-8060fec634b2f790599cbb71e660d8a0c2231e43.zip |
fix and moved test for Bugzilla Bug 39711
Class Literals as non final fields
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> |