prefer the expected type even if it's inner

This commit is contained in:
peter
2011-01-26 18:52:55 +01:00
parent 87ed739bd5
commit 009015d5e5
3 changed files with 22 additions and 5 deletions
@@ -0,0 +1,9 @@
class Foooo {
interface Bar {}
}
class Bar {
{
Foooo.Bar c = new Fooo<caret>x
}
}