Bug 1512 - generated builder java file for a leaf containing a union
[yangtools.git] / code-generator / binding-java-api-generator / src / test / resources / compilation / typedef / foo.yang
index 911096606efee2258902f48d7947ec4b56677297..855279f3fc3e5f0e04e5fbcd50b4b995da9b88f8 100644 (file)
@@ -186,5 +186,10 @@ module foo {
     typedef h {
         type uint64;
     }
+    container cont1 {
+        leaf leaf1 {
+            type union-ext1;
+        }
+    }
 
 }