From 4d1c9e2212d8d462ad8664904491c378766a65fa Mon Sep 17 00:00:00 2001 From: Dmitry Petrashko Date: Thu, 9 Apr 2015 16:58:43 +0200 Subject: Remove trailing spaces in Dotty tests. --- tests/untried/pos/SI-4012-b.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/untried/pos/SI-4012-b.scala') diff --git a/tests/untried/pos/SI-4012-b.scala b/tests/untried/pos/SI-4012-b.scala index 6bc859276..102019463 100644 --- a/tests/untried/pos/SI-4012-b.scala +++ b/tests/untried/pos/SI-4012-b.scala @@ -3,13 +3,13 @@ trait Super[@specialized(Int) A] { } object Sub extends Super[Int] { - // it is expected that super[Super].superb crashes, since + // it is expected that super[Super].superb crashes, since // specialization does parent class rewiring, and the super // of Sub becomes Super$mcII$sp and not Super. But I consider // this normal behavior -- if you want, I can modify duplicatiors // to make this work, but I consider it's best to keep this // let the user know Super is not the superclass anymore. // super[Super].superb - Vlad - super.superb // okay + super.superb // okay override def superb: Int = super.superb // okay } -- cgit v1.2.3