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