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







                                                                                            
class Trac4366 {
  /**
   * <strong><code>foo</code> has been deprecated and will be removed in a future version of
   * ScalaTest. Please call <code>bar</code> instead.</strong>
   */
  @deprecated // deprecated in 1.0, remove in 1.4
  val foo: Option[String] = None
}