summaryrefslogtreecommitdiff
path: root/test/scaladoc/resources/SI_5054_q2.scala
blob: c873731e5be96c112b5b8bedf933c46a721a6707 (plain) (blame)
1
2
3
4
5
6
7
8
9
class SI_5054_q2 {
  /**
    * A simple comment
    * 
    * @param lost a lost parameter
    * @usecase def test(): Int
    */
   final def test(implicit lost: Int): Int = lost
}