Skip to content

missing type system causes: complex assigns using part/property reference are not directly supported #7

Description

@GoogleCodeExporter
assignments like: 
  c = a.somePart + b;
are currently not supported.

They can be simulated like:
  a' = a.somePart;
  c  = a' + b;


Original issue reported on code.google.com by mc.bisc...@googlemail.com on 10 Dec 2008 at 10:36

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions