summaryrefslogtreecommitdiff
path: root/test/files/run/t7582-private-within.check
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2014-03-06 14:12:56 -0800
committerEugene Burmako <xeno.by@gmail.com>2014-03-07 20:56:18 +0100
commit60aa5771ea92f91ed34778f90c04113e226d09ca (patch)
tree460f5f6ce0d107c8f90e12a4c720c9b9ed437fc8 /test/files/run/t7582-private-within.check
parent2dddb03b267770afcd0249ad700e55d53019e637 (diff)
downloadscala-60aa5771ea92f91ed34778f90c04113e226d09ca.tar.gz
scala-60aa5771ea92f91ed34778f90c04113e226d09ca.tar.bz2
scala-60aa5771ea92f91ed34778f90c04113e226d09ca.zip
SI-8367 revert SI-8192's change to primaryConstructor when isJavaDefined
this is some weird stuff
Diffstat (limited to 'test/files/run/t7582-private-within.check')
-rw-r--r--test/files/run/t7582-private-within.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t7582-private-within.check b/test/files/run/t7582-private-within.check
index 1b9a0910af..b2743ffa06 100644
--- a/test/files/run/t7582-private-within.check
+++ b/test/files/run/t7582-private-within.check
@@ -2,7 +2,7 @@ private[package pack] class JavaPackagePrivate
private[package pack] module JavaPackagePrivate
private[package pack] module class JavaPackagePrivate
private[package pack] field field
-private[package pack] constructor <init>
+private[package pack] primary constructor <init>
private[package pack] method meth
private[package pack] field staticField
private[package pack] method staticMeth