summaryrefslogtreecommitdiff
path: root/test/files/neg/bug693.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug693.scala')
-rw-r--r--test/files/neg/bug693.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/bug693.scala b/test/files/neg/bug693.scala
index bc0844bfce..3a9e6247a8 100644
--- a/test/files/neg/bug693.scala
+++ b/test/files/neg/bug693.scala
@@ -2,4 +2,4 @@ abstract class test4 {
trait Type;
val x : Type = null;
val x : Int = 10;
-} \ No newline at end of file
+}