aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/t304.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pos/t304.scala')
-rw-r--r--tests/pos/t304.scala5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/pos/t304.scala b/tests/pos/t304.scala
new file mode 100644
index 000000000..76da44157
--- /dev/null
+++ b/tests/pos/t304.scala
@@ -0,0 +1,5 @@
+object O {
+ def f1 = -1;
+ def f2 = 0-1;
+ def f3 = -f1;
+}