summaryrefslogtreecommitdiff
path: root/test/scaladoc/resources/Trac4358.scala
blob: 961c82160e2959fc16ddf1c17181bcc4bab8e171 (plain) (blame)
1
2
3
4
5
6
7
8
trait Trac4358 {
  /**
   * Implicit conversion that invokes the <code>expect</code> method on the <code>EasyMock</code> companion object (<em>i.e.</em>, the
   * static <code>expect</code> method in Java class <code>org.easymock.EasyMock</code>).
   *
   */
  val foo = 123
}