aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNicolas Stucki <nicolas.stucki@gmail.com>2016-12-17 18:42:06 +0100
committerGitHub <noreply@github.com>2016-12-17 18:42:06 +0100
commit5920b747e8263d8a7b0f8d913fd4fb24fc1f51ff (patch)
tree8f986e911ac2be9b472d3cea69e6a2792dee8f95 /tests
parent9bbd04395f30748e57c0c93e768725adfac79769 (diff)
parent403a16f70edfc95da4b575bbee05d3d7cbc90704 (diff)
downloaddotty-5920b747e8263d8a7b0f8d913fd4fb24fc1f51ff.tar.gz
dotty-5920b747e8263d8a7b0f8d913fd4fb24fc1f51ff.tar.bz2
dotty-5920b747e8263d8a7b0f8d913fd4fb24fc1f51ff.zip
Merge pull request #1815 from dotty-staging/fix-#1797
Fix #1797: Allow case class params with names _1, _2, ...
Diffstat (limited to 'tests')
-rw-r--r--tests/pos/i1797.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pos/i1797.scala b/tests/pos/i1797.scala
new file mode 100644
index 000000000..1f10082b7
--- /dev/null
+++ b/tests/pos/i1797.scala
@@ -0,0 +1 @@
+case class Tuple1[T](_1: T)