summaryrefslogtreecommitdiff
path: root/test/files/pos/t2698.scala
blob: 0e2662de61fc20eb72483629c46a988fd7aa07e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
import scala.collection._
import scala.util.regexp._

abstract class S2 {
  val lang: WordExp
  type __labelT = lang._labelT

  var deltaq: Array[__labelT] = _
  def delta1  = immutable.Map(deltaq.zipWithIndex: _*)
}