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