summaryrefslogtreecommitdiff
path: root/test/files/neg/t6601.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t6601.check')
-rw-r--r--test/files/neg/t6601.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/t6601.check b/test/files/neg/t6601.check
new file mode 100644
index 0000000000..1410e1b11a
--- /dev/null
+++ b/test/files/neg/t6601.check
@@ -0,0 +1,4 @@
+AccessPrivateConstructor_2.scala:2: error: constructor PrivateConstructor in class PrivateConstructor cannot be accessed in class AccessPrivateConstructor
+ new PrivateConstructor("") // Scalac should forbid accessing to the private constructor!
+ ^
+one error found