show conflicts unification;

encapsulate fields: rise conflicts; tests
This commit is contained in:
anna
2009-10-27 12:23:55 +03:00
parent 5a43e94baf
commit 3973debce5
29 changed files with 457 additions and 166 deletions
@@ -4,7 +4,11 @@ class Test implements I {
return myField;
}
void bar(I i) {
void foo() {
myField.foo();
}
void bar(I i) {
i.foo();
}
}