disable flip intersection conjuncts for equal sides

This commit is contained in:
anna
2013-10-31 16:35:42 +01:00
parent 67ccffd850
commit 578826bb30
2 changed files with 10 additions and 1 deletions
@@ -0,0 +1,7 @@
// "Move 'Number' to the beginning" "false"
class C {
{
Object x = null;
Object y2 = (Number & Num<caret>ber) x;
}
}