tavenzhang / protoc-gen-as3

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

Generated classes don't need to be dynamic #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is there any reason that generated classes are "public final dynamic class" 
rather than just "public final class"? The dynamic keyword essentially turns 
off type-checking in the as3 compiler, which makes working with protobuf 
objects more error-prone.

Original issue reported on code.google.com by tconkl...@gmail.com on 10 May 2013 at 9:37

GoogleCodeExporter commented 9 years ago

Original comment by pop.atry@gmail.com on 11 May 2013 at 4:32