DEBSOURCES
Skip Quicknav
sources / scala / 2.11.12-6 / test / scaladoc / resources / SI_5054_q6.scala
123456789
trait SI_5054_q6 { /** * A simple comment * * @param lost a lost parameter * @usecase def test(): Int */ def test(implicit lost: Int): Int }