summaryrefslogtreecommitdiff
path: root/test/files/pos/t4840.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t4840.scala')
-rw-r--r--test/files/pos/t4840.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t4840.scala b/test/files/pos/t4840.scala
index eefa3b2dee..bf44f71d7a 100644
--- a/test/files/pos/t4840.scala
+++ b/test/files/pos/t4840.scala
@@ -1,6 +1,6 @@
class Crashy {
def g(): Option[Any] = None
-
+
def crashy() = {
for (_ <- g()) {
(null: Any) match {