summaryrefslogtreecommitdiff
path: root/test/files/neg/t3757/B.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t3757/B.scala')
-rw-r--r--test/files/neg/t3757/B.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t3757/B.scala b/test/files/neg/t3757/B.scala
index 7c78fb634e..68766a9f6e 100644
--- a/test/files/neg/t3757/B.scala
+++ b/test/files/neg/t3757/B.scala
@@ -1,5 +1,5 @@
package b
-class B extends a.A {
+class B extends a.A {
override def foo = "B"
} \ No newline at end of file