An example of a DC file line that will reproduce this 'bug':
from otp.char import DistributedChar
Tokens:
From Identifier Period **CharType** Import Identifier
Even though (to specification) this is correct behavior, as char is a reserved identifier, it is legal in python so we should make it legal to import in DC files as well.
An example of a DC file line that will reproduce this 'bug':
Tokens:
Even though (to specification) this is correct behavior, as char is a reserved identifier, it is legal in python so we should make it legal to import in DC files as well.