aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t8570.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/t8570.scala')
-rw-r--r--tests/pending/run/t8570.scala10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/pending/run/t8570.scala b/tests/pending/run/t8570.scala
new file mode 100644
index 000000000..bbe83e908
--- /dev/null
+++ b/tests/pending/run/t8570.scala
@@ -0,0 +1,10 @@
+trait Trait40_1 {
+ val value37_2 = ()
+ def run = { value37_2 }
+}
+
+object Test {
+ def main(args: Array[String]) {
+ (new Trait40_1 {}).run
+ }
+}