summaryrefslogtreecommitdiff
path: root/test/files/pos/t1318.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t1318.scala')
-rw-r--r--test/files/pos/t1318.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t1318.scala b/test/files/pos/t1318.scala
index f3d2f7ab5a..3fc6e3060f 100644
--- a/test/files/pos/t1318.scala
+++ b/test/files/pos/t1318.scala
@@ -19,7 +19,7 @@ object A extends A0 {}
abstract class B0 extends M {
type mType = B0
- def fs: List[fType] = Nil
+ def fs: List[fType] = Nil
}
object B extends B0 {}