From 6a5a6cca84221b90b14dbac8730cafef7f60e410 Mon Sep 17 00:00:00 2001 From: Dmitry Petrashko Date: Thu, 9 Apr 2015 16:13:04 +0200 Subject: Replace tabs with 4 spaces in Dotty tests. --- tests/pos/t0039.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/pos/t0039.scala') diff --git a/tests/pos/t0039.scala b/tests/pos/t0039.scala index 652c606b0..7b51320e2 100644 --- a/tests/pos/t0039.scala +++ b/tests/pos/t0039.scala @@ -1,6 +1,6 @@ abstract class Extensible[A, This <: Extensible[A, This]](x: A, xs: This) { self: This => - def mkObj(x: A, xs: This): This; + def mkObj(x: A, xs: This): This; } class Fixed[A](x: A, xs: Fixed[A]) extends Extensible[A, Fixed[A]](x, xs) { - def mkObj(x: A, xs: Fixed[A]) = new Fixed(x, xs); + def mkObj(x: A, xs: Fixed[A]) = new Fixed(x, xs); } -- cgit v1.2.3