summaryrefslogtreecommitdiff
path: root/test/files/presentation/implicit-member.check
blob: 3bd3d8af41e8f84f8ebeaea624374317c461727e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
reload: ImplicitMember.scala

askTypeCompletion at ImplicitMember.scala(7,7)
================================================================================
[response] askTypeCompletion at (7,7)
retrieved 32 members
def +(other: String): String
def ->[B](y: B): (Implicit.type, B)
def ensuring(cond: Boolean): Implicit.type
def ensuring(cond: Boolean,msg: => Any): Implicit.type
def ensuring(cond: Implicit.type => Boolean): Implicit.type
def ensuring(cond: Implicit.type => Boolean,msg: => Any): Implicit.type
def equals(x$1: Any): Boolean
def formatted(fmtstr: String): String
def hashCode(): Int
def toString(): String
def →[B](y: B): (Implicit.type, B)
final class AppliedImplicit[A] extends AnyRef
final def !=(x$1: Any): Boolean
final def ##(): Int
final def ==(x$1: Any): 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
implicit def AppliedImplicit[A](x: A): Implicit.AppliedImplicit[A]
private[this] val x: Implicit.type
protected[package lang] def clone(): Object
protected[package lang] def finalize(): Unit
================================================================================