Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
7b93ceb0a0ad1b077504c5503c7eedae3e16d37c
/
.
/
utils
/
yangutils
/
src
/
test
/
resources
/
SelfResolutionWhenUsesAndGroupingAtRootLevelGroupingWithChild.yang
blob: f4f12b0d478f61fc2314291659fde025d66a815d [
file
] [
log
] [
blame
]
module
Test
{
yang
-
version
1
;
namespace
http
:
//huawei.com;
prefix
Ant
;
uses treat
;
grouping treat
{
leaf treat
{
type
String
;
}
container test
{
leaf leaf2
{
type
String
;
}
}
}
}