Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Wrong layout for Alt nested in Creation #406

Open
@MrCoder

Description

new A(x) {
  if (condition){
    B.method()
  }
}

It also has impact on other fragment components:

  1. Loop
  2. Par
  3. Opt
  4. TCF (try/catch/finally)

It does not have impact on:

  1. simple message (sync and async)
  2. creation
  3. return/reply

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions