summaryrefslogblamecommitdiff
path: root/test/scaladoc/resources/SI_5054_q6.scala
blob: 607be654a553ca90c14e67d4e6ad2843158b363e (plain) (tree)
1
2
3
4
5
6
7
8
9








                                    
trait SI_5054_q6 {
  /**
    * A simple comment
    * 
    * @param lost a lost parameter
    * @usecase def test(): Int
    */
   def test(implicit lost: Int): Int
}