bobjervis / parasol

The Parasol Language and related core development tools
Apache License 2.0
2 stars 2 forks source link

Disassembly: Source location for implicit constructor is wrong. #36

Open bobjervis opened 7 years ago

bobjervis commented 7 years ago

In queue_test.p, the sequence:

boolean threw; try { string x = q.dequeue(); } catch (BoundsException e) { ...

Shows the source line for the constructor of x as being the line for 'boolean threw'.