summaryrefslogtreecommitdiff
path: root/test/files/run/t7171.check
blob: 5454142882bb994c5c16c555935f1e3b3badccc3 (plain) (blame)
1
2
3
4
5
6
t7171.scala:2: warning: The outer reference in this type test cannot be checked at run time.
  final case class A()
                   ^
t7171.scala:9: warning: The outer reference in this type test cannot be checked at run time.
    case _: A => true; case _ => false
          ^