summaryrefslogtreecommitdiff
path: root/test/files/run/virtpatmat_nested_lists.check
blob: ddf68eeedd4df2b86f13eceb4eb3c1e453a3c7d6 (plain) (blame)
1
2
3
4
virtpatmat_nested_lists.scala:5: warning: match may not be exhaustive.
  List(List(1), List(2)) match { case x :: (y :: Nil) :: Nil => println(y) }
      ^
2