summaryrefslogtreecommitdiff
path: root/test/files/pos/t3020.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t3020.scala')
-rw-r--r--test/files/pos/t3020.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t3020.scala b/test/files/pos/t3020.scala
index 016563e27f..cb429cd94f 100644
--- a/test/files/pos/t3020.scala
+++ b/test/files/pos/t3020.scala
@@ -1,7 +1,7 @@
object Test {
def main(args: Array[String]): Unit = {
var x = true
-
+
( { if (x) new scala.util.Random() } .asInstanceOf[Runnable] )
}
}