summaryrefslogtreecommitdiff
path: root/test/files/pos/t1071.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t1071.scala')
-rw-r--r--test/files/pos/t1071.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t1071.scala b/test/files/pos/t1071.scala
index 59149a021b..7fb802f8b0 100644
--- a/test/files/pos/t1071.scala
+++ b/test/files/pos/t1071.scala
@@ -12,6 +12,6 @@ object Test {
val c = new C
(c: D).a // works
- c.a // error
+ c.a // error
}