summaryrefslogtreecommitdiff
path: root/test/files/pos/ticket0137.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/ticket0137.scala')
-rw-r--r--test/files/pos/ticket0137.scala6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/files/pos/ticket0137.scala b/test/files/pos/ticket0137.scala
index 72f955fe5e..94ef8e49fc 100644
--- a/test/files/pos/ticket0137.scala
+++ b/test/files/pos/ticket0137.scala
@@ -1,7 +1,7 @@
-trait AbsM {
- abstract class MonadCompanion[M[_]]
+trait AbsM {
+ abstract class MonadCompanion[M[_]]
abstract class AbsMonadCompanion extends MonadCompanion[AM] {
- def newTag: Int
+ def newTag: Int
}
type AM[_] // to trigger the bug, this must be an abstract type member that comes after the reference to it