cui-liqiang / protoc-gen-as3

Automatically exported from code.google.com/p/protoc-gen-as3
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

相同nested message名字的使用问题 #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
比如说
message Aaa {
  message User {}
}
message Bbb {
  message User {}
}
就会生成两个User类在两个不同的package下,但是导入使用就很
麻烦
或许生成AaaUser和BbbUser类比较好

Original issue reported on code.google.com by pope...@gmail.com on 11 Apr 2012 at 6:25

GoogleCodeExporter commented 9 years ago

Original comment by pop.atry@gmail.com on 11 Apr 2012 at 11:52