diff options
Diffstat (limited to 'tests/bugs150/pr114744.aj')
-rw-r--r-- | tests/bugs150/pr114744.aj | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/bugs150/pr114744.aj b/tests/bugs150/pr114744.aj new file mode 100644 index 000000000..735051f05 --- /dev/null +++ b/tests/bugs150/pr114744.aj @@ -0,0 +1,7 @@ +public aspect pr114744 { + Class<? extends pr114744> pr114744.cl; + + void foo() throws Exception { + pr114744 ci = cl.newInstance(); + } +} |