scala.testing.Show

class SymApply

[source: scala/testing/Show.scala]

class SymApply(f : Symbol)
extends AnyRef
The result class of wrapper `symApply`. Prints out diagnostics of method applications.
Method Summary
def apply [A](args : A*) : Unit
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def apply[A](args : A*) : Unit