mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Failing test case for bug 235196.
This commit is contained in:
parent
18bdfaa18e
commit
2c6304082f
1 changed files with 11 additions and 0 deletions
|
@ -5629,4 +5629,15 @@ public class AST2CPPTests extends AST2BaseTest {
|
||||||
public void testRecursiveUserDefinedFieldAccess_Bug205964() throws Exception {
|
public void testRecursiveUserDefinedFieldAccess_Bug205964() throws Exception {
|
||||||
parseAndCheckBindings(getAboveComment());
|
parseAndCheckBindings(getAboveComment());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// namespace ns {
|
||||||
|
// class A {};
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// using ns::A;
|
||||||
|
//
|
||||||
|
// class B: public A {};
|
||||||
|
public void _testBug235196() throws Exception {
|
||||||
|
parseAndCheckBindings(getAboveComment());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue