DEBSOURCES
Skip Quicknav
sources / scala / 2.11.12-6 / 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) } }