DEBSOURCES
Skip Quicknav
sources / scala / 2.7.7.dfsg-4 / test / files / neg / t0218.scala
123456789101112
trait APQ { class Placement { } type P <: Placement type PP = P def pq(numQueens: int, numRows: int) : List[Placement] = { List(new PP) } }