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/t2208_pos.scala | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/pos/t2208_pos.scala') diff --git a/tests/pos/t2208_pos.scala b/tests/pos/t2208_pos.scala index dd6d686ba..9f8f96c7d 100644 --- a/tests/pos/t2208_pos.scala +++ b/tests/pos/t2208_pos.scala @@ -1,8 +1,8 @@ object Test { - class A + class A - class B[X] - type Alias[X <: A] = B[X] + class B[X] + type Alias[X <: A] = B[X] - val foo: B[A] = new Alias[A] // check that type aliases can be instantiated + val foo: B[A] = new Alias[A] // check that type aliases can be instantiated } -- cgit v1.2.3