summaryrefslogtreecommitdiff
path: root/test/files/resident/bug722/Parser.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/resident/bug722/Parser.scala')
-rw-r--r--test/files/resident/bug722/Parser.scala8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/files/resident/bug722/Parser.scala b/test/files/resident/bug722/Parser.scala
new file mode 100644
index 0000000000..6d9739ed04
--- /dev/null
+++ b/test/files/resident/bug722/Parser.scala
@@ -0,0 +1,8 @@
+
+package bug722;
+trait Parser {
+ trait Link {
+ def foo = {}
+ }
+}
+