one more test for duplicate members

This commit is contained in:
peter.gromov
2010-11-16 19:30:31 +03:00
parent 9f8903c2d3
commit 5d72a452bf
3 changed files with 16 additions and 1 deletions
@@ -0,0 +1,5 @@
class Intermediate extends Super {
Super s = FOO;<caret>
}
@@ -0,0 +1,5 @@
class Intermediate extends Super {
Super s = F<caret>
}