summaryrefslogtreecommitdiff
path: root/test/files/pos/t1050.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t1050.scala')
-rw-r--r--test/files/pos/t1050.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t1050.scala b/test/files/pos/t1050.scala
index e017e30713..d34b0cff16 100644
--- a/test/files/pos/t1050.scala
+++ b/test/files/pos/t1050.scala
@@ -1,7 +1,7 @@
package t1050
abstract class A {
- type T <: scala.ScalaObject
+ type T <: scala.AnyRef
class A { this: T =>
def b = 3
def c = b