summaryrefslogtreecommitdiff
path: root/test/files/neg/sensitive.check
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2007-02-02 18:35:47 +0000
committerMartin Odersky <odersky@gmail.com>2007-02-02 18:35:47 +0000
commit3eae42f4cc89fde2fffe2861c024341cf1ce700b (patch)
tree566e9ba4aed87a175df10ad43ca8eb6d5fcdaaed /test/files/neg/sensitive.check
parent828377d9c0c86471a1c18ba11ff13460400729cf (diff)
downloadscala-3eae42f4cc89fde2fffe2861c024341cf1ce700b.tar.gz
scala-3eae42f4cc89fde2fffe2861c024341cf1ce700b.tar.bz2
scala-3eae42f4cc89fde2fffe2861c024341cf1ce700b.zip
added comment & test case
Diffstat (limited to 'test/files/neg/sensitive.check')
-rw-r--r--test/files/neg/sensitive.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/sensitive.check b/test/files/neg/sensitive.check
new file mode 100644
index 0000000000..aa7c65a3b1
--- /dev/null
+++ b/test/files/neg/sensitive.check
@@ -0,0 +1,4 @@
+sensitive.scala:17: error: constructor Sensitive cannot be accessed in object Attacker
+ val y = new Sensitive()
+ ^
+one error found