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