Fix ReactorStmtCtx.calculateParentRefcount()
[yangtools.git] / parser / yang-parser-rfc7950 / src / test / resources / bugs / YT1474 / foo.yang
1 module foo {
2   namespace "urn:foo";
3   prefix "foo";
4
5   container foo {
6     leaf foo-leaf {
7       type string;
8     }
9   }
10 }