summaryrefslogtreecommitdiff
path: root/test/files/pos/t3936/Test.scala
blob: c867a05ec98cb68e4f9a7b4a7814087db048ef95 (plain) (blame)
1
2
3
4
package pack
trait Test {
  val b: BlockingQueue[Nothing]
}