summaryrefslogtreecommitdiff
path: root/test/files/presentation/ide-bug-1000531.check
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2013-11-12 19:34:39 -0800
committerAdriaan Moors <adriaan.moors@typesafe.com>2013-11-12 19:34:39 -0800
commitc2a132401f0ef9b6835f76d6b78b319eccd6fa1c (patch)
tree229da871bcdb4b0dc9cf5eb829f70221a9bfff52 /test/files/presentation/ide-bug-1000531.check
parent8bed4a8b2211f8c6d84ae66ec95e71d3485162a9 (diff)
parente2a34984527c0437cd42476934d0c22164551eed (diff)
downloadscala-c2a132401f0ef9b6835f76d6b78b319eccd6fa1c.tar.gz
scala-c2a132401f0ef9b6835f76d6b78b319eccd6fa1c.tar.bz2
scala-c2a132401f0ef9b6835f76d6b78b319eccd6fa1c.zip
Merge pull request #3113 from adriaanm/pr-rebase-3046
Make parameters to implicit value classes private
Diffstat (limited to 'test/files/presentation/ide-bug-1000531.check')
-rw-r--r--test/files/presentation/ide-bug-1000531.check6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/files/presentation/ide-bug-1000531.check b/test/files/presentation/ide-bug-1000531.check
index be8805330a..9a2cad5fd2 100644
--- a/test/files/presentation/ide-bug-1000531.check
+++ b/test/files/presentation/ide-bug-1000531.check
@@ -3,7 +3,7 @@ reload: CrashOnLoad.scala
askTypeCompletion at CrashOnLoad.scala(6,12)
================================================================================
[response] askCompletionAt (6,12)
-retrieved 124 members
+retrieved 120 members
[inaccessible] protected[package lang] def clone(): Object
[inaccessible] protected[package lang] def finalize(): Unit
[inaccessible] protected[this] def reversed: List[B]
@@ -121,8 +121,4 @@ final def synchronized[T0](x$1: T0): T0
final def wait(): Unit
final def wait(x$1: Long): Unit
final def wait(x$1: Long,x$2: Int): Unit
-private[this] val __leftOfArrow: java.util.Iterator[B]
-private[this] val __resultOfEnsuring: java.util.Iterator[B]
-private[this] val __stringToFormat: java.util.Iterator[B]
-private[this] val __thingToAdd: java.util.Iterator[B]
================================================================================