Implemented use of ChildOf interface in generated classes.
[yangtools.git] / code-generator / binding-java-api-generator / src / test / resources / compilation / augment-of-augment / baz.yang
index f361b34b5ad9b1d59e589434c2c93450ad8c7200..f10762c4629fb1f5e6c57fd22c22b7b9fc412148 100644 (file)
@@ -12,6 +12,11 @@ module baz {
     augment "/fo:update/fo:path-attributes/br:mp-unreach-nlri/br:withdrawn-routes/br:destination-type" {
         case destination-linkstate {
             uses linkstate-destination;
+            container links {
+                container source {
+                    container address {}
+                }
+            }
         }
     }