Skip to content

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

@GoogleCodeExporter

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 [email protected] on 10 Dec 2008 at 10:36

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