aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/synthetics.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2014-10-07 14:23:38 +0200
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2014-10-12 10:50:57 +0200
commitfd81127c6255d01237dd98e8296abf6fdfe80741 (patch)
treec9c6f2f6f17173fb5539c57022f68274e495a281 /tests/pos/synthetics.scala
parentfa44d5cd694d76e285ebadcdf297f0d13936a6e9 (diff)
downloaddotty-fd81127c6255d01237dd98e8296abf6fdfe80741.tar.gz
dotty-fd81127c6255d01237dd98e8296abf6fdfe80741.tar.bz2
dotty-fd81127c6255d01237dd98e8296abf6fdfe80741.zip
New tests
Diffstat (limited to 'tests/pos/synthetics.scala')
-rw-r--r--tests/pos/synthetics.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/pos/synthetics.scala b/tests/pos/synthetics.scala
new file mode 100644
index 000000000..c7d49df70
--- /dev/null
+++ b/tests/pos/synthetics.scala
@@ -0,0 +1,4 @@
+case class C(x: Int, var y: String) {
+
+}
+