Open
Description
Description
$title with the names worker1
and 0worker1
.

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