aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs169/pr310043/X.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs169/pr310043/X.java')
-rw-r--r--tests/bugs169/pr310043/X.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/bugs169/pr310043/X.java b/tests/bugs169/pr310043/X.java
new file mode 100644
index 000000000..d58c5b284
--- /dev/null
+++ b/tests/bugs169/pr310043/X.java
@@ -0,0 +1,4 @@
+aspect X {
+ public final int I.hashCode() { return 1;}
+ // public int I.hashCode() { return 1;}
+} \ No newline at end of file