scala/ScalaBook/chapter-03/conform.scala

val D:List[List[α forSome { type α  <: Long }]] =  List(List(1,2,3),List(10,20))