summaryrefslogtreecommitdiff
path: root/test/files/pos/t6601/PrivateValueClass_1.scala
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-01-27 18:48:57 +0100
committerJason Zaugg <jzaugg@gmail.com>2013-01-27 18:48:57 +0100
commit5a2828c149d3c82c215a34e8586639ffea12a903 (patch)
tree5b2275b8fb89e99fd6832c8ec7170435e857bc47 /test/files/pos/t6601/PrivateValueClass_1.scala
parent172f3f68200a0bdc6c7f30547f269899cbbdcf98 (diff)
downloadscala-5a2828c149d3c82c215a34e8586639ffea12a903.tar.gz
scala-5a2828c149d3c82c215a34e8586639ffea12a903.tar.bz2
scala-5a2828c149d3c82c215a34e8586639ffea12a903.zip
A test case to guide the eventual fix for SI-6601.
This demonstrates the need for the reversion in the previous commit.
Diffstat (limited to 'test/files/pos/t6601/PrivateValueClass_1.scala')
-rw-r--r--test/files/pos/t6601/PrivateValueClass_1.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/pos/t6601/PrivateValueClass_1.scala b/test/files/pos/t6601/PrivateValueClass_1.scala
new file mode 100644
index 0000000000..85c3687137
--- /dev/null
+++ b/test/files/pos/t6601/PrivateValueClass_1.scala
@@ -0,0 +1 @@
+class V private (val a: Any) extends AnyVal \ No newline at end of file