classes are not subject to the 'passing object to itself' sorting heuristic

This commit is contained in:
peter
2011-02-04 15:41:47 +01:00
parent 1e8caec1c2
commit d4d47954d4
4 changed files with 21 additions and 9 deletions
@@ -0,0 +1,7 @@
import foo.Foo;
class Bar {
{
Foo.foo(Foo<caret>x)
}
}