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