diff options
author | acolyer <acolyer> | 2005-08-31 13:32:52 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2005-08-31 13:32:52 +0000 |
commit | 53c725aef7efb4bf4012a67dc2408b0c24818a26 (patch) | |
tree | b672e24a8012d29296ac3d6069ce1e968b2480e2 /tests/bugs150/pr108370/et | |
parent | 8fc27ca674446cec163f22412d11b5e2ee674549 (diff) | |
download | aspectj-53c725aef7efb4bf4012a67dc2408b0c24818a26.tar.gz aspectj-53c725aef7efb4bf4012a67dc2408b0c24818a26.zip |
tests for pr108370, enum switch in itd method with target type on the inpath
Diffstat (limited to 'tests/bugs150/pr108370/et')
-rw-r--r-- | tests/bugs150/pr108370/et/Q.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/bugs150/pr108370/et/Q.java b/tests/bugs150/pr108370/et/Q.java new file mode 100644 index 000000000..6c070156a --- /dev/null +++ b/tests/bugs150/pr108370/et/Q.java @@ -0,0 +1,2 @@ +package et; +public class Q {}
\ No newline at end of file |