aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs161/pr231187x/Cement.java
diff options
context:
space:
mode:
authoraclement <aclement>2008-05-08 21:22:29 +0000
committeraclement <aclement>2008-05-08 21:22:29 +0000
commitd4477a7ddb3e2a66cec69f6580286b010b1460fe (patch)
tree5e203b4c265594c9647980e20d607cf3c8571996 /tests/bugs161/pr231187x/Cement.java
parent6b86f1f2afc52004dea6093d4b59b0f50164bc5d (diff)
downloadaspectj-d4477a7ddb3e2a66cec69f6580286b010b1460fe.tar.gz
aspectj-d4477a7ddb3e2a66cec69f6580286b010b1460fe.zip
231187: test and fix. Do the parameterization check after ITDs have applied
Diffstat (limited to 'tests/bugs161/pr231187x/Cement.java')
-rw-r--r--tests/bugs161/pr231187x/Cement.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/bugs161/pr231187x/Cement.java b/tests/bugs161/pr231187x/Cement.java
new file mode 100644
index 000000000..3fd69d035
--- /dev/null
+++ b/tests/bugs161/pr231187x/Cement.java
@@ -0,0 +1,5 @@
+package concrete;
+
+public interface Cement {
+ public int getWeight();
+}