aboutsummaryrefslogblamecommitdiff
path: root/tests/pos/t3528.scala
blob: ff49b3e9298b79c70f66948e2c3f1cf7baacc884 (plain) (tree)
1
2
3
4
5
6
7
8







                                             
class A {
  // 3528 - not fixed
  // def f1 = List(List(1), Stream(1))
  // 3528 comments
  def f2 = List(Set(1,2,3), List(1,2,3))
  // 2322
  def f3 = List(null: Range, null: List[Int])
}