Skip to content

ObjectHandlers that change the object type fail guard checks when using dot notation #189

@spullara

Description

@spullara

The example we have is the ScalaObjectHandler wraps Scala Maps with a Java Map compatible class. However, if you use dot notation to access the map we fail a guard check as the type is incompatible when it checks it later. Clearly a bug in the dot notation code.

#188

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions