summaryrefslogtreecommitdiff
path: root/test/files/neg/unchecked-knowable.check
blob: d2794273272109906d28d14f57630379dde1a444 (plain) (blame)
1
2
3
4
5
6
7
unchecked-knowable.scala:18: error: fruitless type test: a value of type Bippy cannot also be a A1
  /*   warn */ (new Bippy).isInstanceOf[A1]
                                       ^
unchecked-knowable.scala:19: error: fruitless type test: a value of type Bippy cannot also be a B1
  /*   warn */ (new Bippy).isInstanceOf[B1]
                                       ^
two errors found