Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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