summaryrefslogtreecommitdiff
path: root/test/files/neg/t3873.check
blob: f9f413aeafd4bd0ea328cfe2492e43f675a75651 (plain) (blame)
1
2
3
4
5
6
t3873.scala:11: error: type mismatch;
 found   : Test.a.B
 required: a.B where val a: A
  wrongf(new A)(a.b) // should not compile
                  ^
one error found