IDEA-125909 Groovy: trait methods accessed via 'super' are not resolved.

Use LinkedHashSet for PsiIntersectionType for order forcing.
This commit is contained in:
Max Medvedev
2014-06-18 14:02:40 +04:00
parent ccd4158ac9
commit 319bbf28a0
9 changed files with 106 additions and 75 deletions
@@ -4,5 +4,5 @@ class Neg07 {
Foo(X x) {}
}
SuperFoo<String> sf1 = new Foo<><error descr="'Foo(java.lang.String & java.lang.Number)' in 'Neg07.Foo' cannot be applied to '(java.lang.String)'">("")</error>;
SuperFoo<String> sf1 = new Foo<><error descr="'Foo(java.lang.Number & java.lang.String)' in 'Neg07.Foo' cannot be applied to '(java.lang.String)'">("")</error>;
}