Make JavaFileTemplate.importedName() identify all name collisions.
[mdsal.git] / binding / mdsal-binding-java-api-generator / src / test / resources / yang-module-info / import-module.yang
1 module import-module {
2     yang-version 1;
3     namespace "yang:test:import";
4     prefix "i";
5
6     revision "2013-11-19" {
7     }
8
9
10     container imp-cont {}
11
12 }