summaryrefslogtreecommitdiff
path: root/test/files/presentation/completion-implicit-chained.check
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2013-11-14 10:45:08 -0800
committerAdriaan Moors <adriaan.moors@typesafe.com>2013-11-14 10:45:08 -0800
commit05e6322f79009e775ab96e000582321fff43de1c (patch)
tree212bf651097caca5239c7b2a89596627f5a3cfd9 /test/files/presentation/completion-implicit-chained.check
parent62ebd713ad5f3589911966ddeceae1aa0d5383f1 (diff)
parentb701c1703295b01f4ab2db912441c8a891cfa33c (diff)
downloadscala-05e6322f79009e775ab96e000582321fff43de1c.tar.gz
scala-05e6322f79009e775ab96e000582321fff43de1c.tar.bz2
scala-05e6322f79009e775ab96e000582321fff43de1c.zip
Merge pull request #3133 from adriaanm/merge-2.10
Merge 2.10
Diffstat (limited to 'test/files/presentation/completion-implicit-chained.check')
-rw-r--r--test/files/presentation/completion-implicit-chained.check29
1 files changed, 29 insertions, 0 deletions
diff --git a/test/files/presentation/completion-implicit-chained.check b/test/files/presentation/completion-implicit-chained.check
new file mode 100644
index 0000000000..b34e6bc7e1
--- /dev/null
+++ b/test/files/presentation/completion-implicit-chained.check
@@ -0,0 +1,29 @@
+reload: Completions.scala
+
+askTypeCompletion at Completions.scala(11,16)
+================================================================================
+[response] askCompletionAt (11,16)
+retrieved 24 members
+[inaccessible] protected[package lang] def clone(): Object
+[inaccessible] protected[package lang] def finalize(): Unit
+def equals(x$1: Any): Boolean
+def hashCode(): Int
+def map(x: Int => Int)(implicit a: DummyImplicit): test.O.type
+def toString(): String
+final def !=(x$1: Any): Boolean
+final def !=(x$1: AnyRef): Boolean
+final def ##(): Int
+final def ==(x$1: Any): Boolean
+final def ==(x$1: AnyRef): Boolean
+final def asInstanceOf[T0]: T0
+final def eq(x$1: AnyRef): Boolean
+final def isInstanceOf[T0]: Boolean
+final def ne(x$1: AnyRef): Boolean
+final def notify(): Unit
+final def notifyAll(): Unit
+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 prefix123: Int
+================================================================================