Hook if-feature statements onto FeatureNamespace
[yangtools.git] / yang / yang-model-export / src / test / resources / bugs / bug2444 / yang / action.yang
index 92a8a92d28d644c08c1126eb48fc439d22e1a5cb..ee7882e87c05b35ac0b95ad8762b734650688c8a 100644 (file)
@@ -3,6 +3,9 @@ module action {
     prefix ac;
     yang-version 1.1;
 
+    feature my-feature-1;
+    feature my-feature-2;
+
     container root {
         action a {
             if-feature "my-feature-1 or my-feature-2";