summaryrefslogtreecommitdiff
path: root/test/files/neg/unit-returns-value.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/unit-returns-value.scala')
-rw-r--r--test/files/neg/unit-returns-value.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/unit-returns-value.scala b/test/files/neg/unit-returns-value.scala
index 27a1111c5b..ecc981f217 100644
--- a/test/files/neg/unit-returns-value.scala
+++ b/test/files/neg/unit-returns-value.scala
@@ -3,7 +3,7 @@ object Test {
var b = false
if (b) return 5
}
-
+
// no warning
def g {
return println("hello")