nokia / ntt

Modern tools for TTCN-3

Home Page:https://nokia.github.io/ntt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow identical enumeration values

5nord opened this issue · comments

We should allow identical enumeration values.

For technical reasons is not supported, yet:

ntt -i
ntt dev (none, unknown)
>> type enumerated U { E }
>> type enumerated V { E }
Error: can't add key E, name aleady exists as U.E

Originally posted by @5nord in #637 (review)