aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/prefix.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pos/prefix.scala')
-rw-r--r--tests/pos/prefix.scala5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/pos/prefix.scala b/tests/pos/prefix.scala
new file mode 100644
index 000000000..e18eaa50f
--- /dev/null
+++ b/tests/pos/prefix.scala
@@ -0,0 +1,5 @@
+
+abstract class ClassPath {
+ type AnyClassRep = ClassPath#ClassRep
+ type ClassRep
+}