summaryrefslogtreecommitdiff
path: root/test/files/neg/t715.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t715.scala')
-rw-r--r--test/files/neg/t715.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t715.scala b/test/files/neg/t715.scala
index 87b2525a63..a5ccd567f9 100644
--- a/test/files/neg/t715.scala
+++ b/test/files/neg/t715.scala
@@ -1,4 +1,4 @@
-package test;
+package test;
trait B {
type Node <: NodeImpl;
trait NodeImpl {