Skip to content

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

@bobjervis

Description

@bobjervis

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'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions