example.level2
package example.level2
Type members
Classlikes
sealed abstract class ClassExtendingDocumentation[T, A <: Int, B >: String, -X, +Y] extends Documentation[T, A, B, X, Y]
- Source:
- Documentation.scala
abstract class Documentation[T, A <: Int, B >: String, -X, +Y](c1: String, val c2: List[T]) extends Seq[T] with Product with Serializable
This class is used for testing tasty doc generation
This class is used for testing tasty doc generation
- Type parameters:
- T
class type parameter
- Value parameters:
- c1
class parameter 1
- c2
class parameter 2
- Constructor:
create new object
- Authors:
Bryan Abate
- Companion:
- object
- Source:
- Documentation.scala