aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/pos/spec-multiplectors.scala
blob: 8434a1393679f561831be9b30a4b5c6d4c24a1f4 (plain) (blame)
1
2
3
class Spec[@specialized(Int) A]() {
  def this(n: Int) = this()
}