Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

infer types of const #26

Closed
Closed
@jmesserly

Description

@jmesserly

from the DeltaBlue code:

const WEAKEST          = const Strength(6, "weakest");
// ...
class Variable {
  // ...

  // Generates as:
  // this.walkStrength = /* Unimplemented: DownCast: dynamic to Strength */ WEAKEST;
  Strength walkStrength = WEAKEST;
  // ...
}

that would not be a very useful down cast :)

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