summaryrefslogblamecommitdiff
path: root/test/scaladoc/resources/Trac4358.scala
blob: 39eee3d47ee5f303818b0c2d05b89f0a3964cd58 (plain) (tree)
1
2
3
4
5
6
7
8







                                                                                                                                      
trait EasyMockSugar {
  /**
   * 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
}