boojay icon indicating copy to clipboard operation
boojay copied to clipboard

Enums generate internal compiler error

Open JamesCaska opened this issue 10 years ago • 0 comments

Adding the enum example from the language guide generates an error

enum Python: Eric John TerryG TerryJ Graham Michael

generates BCE0055: Internal compiler error : Object reference not set to an instance of an object..

I could not find enum in the tests to compare usage.

JamesCaska avatar Sep 02 '14 06:09 JamesCaska