Details
-
Bug
-
Status: Resolved
-
Medium
-
Resolution: Done
-
None
-
None
Description
A simple code snippet:
typedef foo-union {
type union {
type string {
length 0;
}
}
}
ends up generating:
public FooUnion(String _string) { super(); this._string = _string; }
which is obviously missing length restrictions.
Attachments
Issue Links
- relates to
-
TSC-126 Union embedded types length/range checking
-
- Resolved
-