summaryrefslogtreecommitdiff
path: root/test/files/res/bug597/Test.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/res/bug597/Test.scala')
-rw-r--r--test/files/res/bug597/Test.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/res/bug597/Test.scala b/test/files/res/bug597/Test.scala
index 2f63f46c3d..45b90bb17d 100644
--- a/test/files/res/bug597/Test.scala
+++ b/test/files/res/bug597/Test.scala
@@ -2,7 +2,7 @@ package test;
abstract class Base {
type A <: Ax;
-
+
abstract class Ax {
def a = null;
def string = "A";