Refactor AbstractEffectiveModule
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / bugs / YT1042 / bar.yang
1 submodule bar {
2     belongs-to foo {
3         prefix foo;
4     }
5
6     choice bar {
7         case foo {
8             leaf foo {
9                 type string;
10             }
11         }
12     }
13 }