summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/files/pos/cls1.scala2
-rw-r--r--test/files/pos/michel1.scala2
-rw-r--r--test/pos/cls1.scala2
-rw-r--r--test/pos/michel1.scala2
4 files changed, 4 insertions, 4 deletions
diff --git a/test/files/pos/cls1.scala b/test/files/pos/cls1.scala
index fd64a57073..20ac12d59a 100644
--- a/test/files/pos/cls1.scala
+++ b/test/files/pos/cls1.scala
@@ -6,4 +6,4 @@ trait A {
trait B extends A {
type T = A.this.T;
}
-} \ No newline at end of file
+}
diff --git a/test/files/pos/michel1.scala b/test/files/pos/michel1.scala
index 88ef206ff0..2fc409b4e5 100644
--- a/test/files/pos/michel1.scala
+++ b/test/files/pos/michel1.scala
@@ -6,4 +6,4 @@ trait C {}
class B[Tb] (b : Tb) extends C with A[Tb] (b) {
def g = 2
-} \ No newline at end of file
+}
diff --git a/test/pos/cls1.scala b/test/pos/cls1.scala
index fd64a57073..20ac12d59a 100644
--- a/test/pos/cls1.scala
+++ b/test/pos/cls1.scala
@@ -6,4 +6,4 @@ trait A {
trait B extends A {
type T = A.this.T;
}
-} \ No newline at end of file
+}
diff --git a/test/pos/michel1.scala b/test/pos/michel1.scala
index 88ef206ff0..2fc409b4e5 100644
--- a/test/pos/michel1.scala
+++ b/test/pos/michel1.scala
@@ -6,4 +6,4 @@ trait C {}
class B[Tb] (b : Tb) extends C with A[Tb] (b) {
def g = 2
-} \ No newline at end of file
+}