summaryrefslogtreecommitdiff
path: root/test/files/neg/t5497.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t5497.scala')
-rw-r--r--test/files/neg/t5497.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t5497.scala b/test/files/neg/t5497.scala
index 40d47de12d..c846b1ba57 100644
--- a/test/files/neg/t5497.scala
+++ b/test/files/neg/t5497.scala
@@ -1,5 +1,5 @@
object TestQueryable extends App{
({
- case other => println(null.asInstanceOf[sq.Filter].tableName)
+ case other => println(null.asInstanceOf[sq.Filter].tableName)
} : Any => Unit)(null)
}