WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Duplicate elment value - enum values #48

@GoogleCodeExporter

Description

@GoogleCodeExporter
What steps will reproduce the problem?
1. Define an enum like:
  enum Maxs {
    MAX_A = 8;
    MAX_B = 8;
  }

What is the expected output? What do you see instead?
This works for the standard Protogen, but not for your implementation.  Should 
be able to set enum values to any integer and allow duplicates.

What version of the product are you using? On what operating system?
1.04M, host Windows XP

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 29 Aug 2013 at 4:58

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions