From 60aa5771ea92f91ed34778f90c04113e226d09ca Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Thu, 6 Mar 2014 14:12:56 -0800 Subject: SI-8367 revert SI-8192's change to primaryConstructor when isJavaDefined this is some weird stuff --- test/files/run/t7582-private-within.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run/t7582-private-within.check') 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 +private[package pack] primary constructor private[package pack] method meth private[package pack] field staticField private[package pack] method staticMeth -- cgit v1.2.3