Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
4d42273b369096497b76b08bdb4a8ad093748431
/
.
/
utils
/
yangutils
/
src
/
test
/
resources
/
SelfResolutionWhenUsesAndGroupingAtRootLevelGroupingWithChild.yang
blob: 13cc4a5c955a1253bc747cd5aa22d25ef2084f9c [
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
;
}
}
}
}