Skip to content

[Bug]: Found redeclared symbol diagnostic repeated for duplicate workers #44165

Open
@nipunayf

Description

@nipunayf

Description

$title with the names worker1 and 0worker1.

Image

Steps to Reproduce

Build the Ballerina project for the following source code.

public function main() {
    fork {
        worker worker1 {
        }
        worker worker1 {
        }
    }
}

Affected Version(s)

U12

OS, DB, other environment details and versions

No response

Related area

-> Compilation

Related issue(s) (optional)

No response

Suggested label(s) (optional)

No response

Suggested assignee(s) (optional)

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area/CompilerTeam/CompilerFEAll issues related to Language implementation and Compiler, this exclude run times.Type/Bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions