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








                                                  
class SI_4898 {
	
	/**
	 * A link to [[__root__
	 * 
	 * @usecase def test(): Int
	 */
	def test(implicit param: Int): Int = param
}