diff options
author | aclement <aclement> | 2005-11-21 16:34:32 +0000 |
---|---|---|
committer | aclement <aclement> | 2005-11-21 16:34:32 +0000 |
commit | fa0d385efb794ade2bfd31c2f1e40f1f15927f76 (patch) | |
tree | e20dd531b60924127d878a7cf4a720e93d97af4d | |
parent | 9ed75a10abaca8a6c8569ead1b74eaaadc980b07 (diff) | |
download | aspectj-fa0d385efb794ade2bfd31c2f1e40f1f15927f76.tar.gz aspectj-fa0d385efb794ade2bfd31c2f1e40f1f15927f76.zip |
testcase for 117296
-rw-r--r-- | tests/bugs150/pr117296/PropertySupport.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/bugs150/pr117296/PropertySupport.java b/tests/bugs150/pr117296/PropertySupport.java new file mode 100644 index 000000000..a6dffdb83 --- /dev/null +++ b/tests/bugs150/pr117296/PropertySupport.java @@ -0,0 +1,3 @@ +public class PropertySupport<T extends PropertySupport<T>> { + +} |