aboutsummaryrefslogtreecommitdiff
path: root/bench/tests/i490.scala.ignore
diff options
context:
space:
mode:
Diffstat (limited to 'bench/tests/i490.scala.ignore')
-rw-r--r--bench/tests/i490.scala.ignore9
1 files changed, 9 insertions, 0 deletions
diff --git a/bench/tests/i490.scala.ignore b/bench/tests/i490.scala.ignore
new file mode 100644
index 000000000..3758d2917
--- /dev/null
+++ b/bench/tests/i490.scala.ignore
@@ -0,0 +1,9 @@
+trait Foo {
+ def app(x: Object)(y: Object): Object
+}
+
+object O {
+ def main(args: Array[String]): Unit = {
+ val z: Foo = x => ???
+ }
+}