summaryrefslogtreecommitdiff
path: root/test/files/pos/michel6.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/michel6.scala')
-rw-r--r--test/files/pos/michel6.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/michel6.scala b/test/files/pos/michel6.scala
index b32e8bed75..f312bf1796 100644
--- a/test/files/pos/michel6.scala
+++ b/test/files/pos/michel6.scala
@@ -1,6 +1,6 @@
object M {
def f(x: Int): Unit = {}
-
+
def g(): Int => Unit =
if (0 == 0) f else g()
}