summaryrefslogtreecommitdiff
path: root/test/files/neg/t3873.check
blob: 54d6abdf6366ffcf40feed7adb473d8a1d9b87d4 (plain) (blame)
1
2
3
4
5
6
t3873.scala:11: error: type mismatch;
 found   : Test.a.B
 required: a.B
  wrongf(new A)(a.b) // should not compile -- TODO: improve error message? the "a" is ambiguous
                  ^
one error found