summaryrefslogtreecommitdiff
path: root/test/files/neg/t7171.check
blob: 2de91514837ced625410e1f8d0aeae5a19a166cc (plain) (blame)
1
2
3
4
5
6
7
8
9
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
          ^
error: No warnings can be incurred under -Xfatal-warnings.
two warnings found
one error found