Merge "Cleanup some major sonar warning in yang/*"
[yangtools.git] / yang / yang-parser-impl / src / test / resources / stmt-test / effective-build / augmented.yang
1 module augmented {
2         namespace aug;
3         prefix aug;
4
5         container aug-parent1 {
6                 container aug-parent2 {
7                         container cont-target {
8
9                         }
10                 }
11         }
12
13         grouping grp {
14                 container cont-grp {
15                         anyxml axml-grp;
16                 }
17         }
18 }