Skip to content

"hex" literals are not handled #236

@ellab123

Description

@ellab123

Constant the "hex" prefix has a wrong int value in .bpl file, for example:

bytes1 public data1 = 0x33;
bytes1 public d1 = hex"33";

Assigned values in .bpl file:
data1_Bytes[this] := 51; //correct
d1_Bytes[this] := -1549580528; //wrong

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions