summaryrefslogtreecommitdiff
path: root/test/files/pos/t2133.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t2133.scala')
-rw-r--r--test/files/pos/t2133.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t2133.scala b/test/files/pos/t2133.scala
index c74d0a4bbf..99bac5c38b 100644
--- a/test/files/pos/t2133.scala
+++ b/test/files/pos/t2133.scala
@@ -13,6 +13,6 @@ trait Foo2 {
class Bob extends AnyRef with Foo with Foo2 {
import bip._
import bar._
-
+
def go() = fn()
}