aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs150/pr99125/p/pr99125.aj
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs150/pr99125/p/pr99125.aj')
-rw-r--r--tests/bugs150/pr99125/p/pr99125.aj10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/bugs150/pr99125/p/pr99125.aj b/tests/bugs150/pr99125/p/pr99125.aj
new file mode 100644
index 000000000..b4969d059
--- /dev/null
+++ b/tests/bugs150/pr99125/p/pr99125.aj
@@ -0,0 +1,10 @@
+package p;
+public class pr99125 implements J {
+
+ public static void main(String[] args) {
+ new pr99125().foo();
+ }
+
+ public void foo() {}
+
+}