[Bug]: Client declarations with @display annotation will miss the CLIENT
qualifier in the SemanticAPI
#39812
Labels
Priority/High
Reason/Invalid
Issue is invalid.
Team/CompilerFE
All issues related to Language implementation and Compiler, this exclude run times.
Type/Bug
userCategory/Compilation
Description
Client/Endpoint declarations with @display annotation will miss the
CLIENT
qualifier in the SemanticAPI typesSteps to Reproduce
Ballerina source
In the above example, sematicAPI will give the
CLIENT
qualifier for thenrmlEp
client node. But for theannoEp
client node will not get theCLIENT
qualifier. instead of it will getPUBLIC
andSERVICE
qualifiers. It seems the node with @display annotation will miss theCLIENT
qualifier.Affected Version(s)
2201.3.2, 2201.4.0
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
The text was updated successfully, but these errors were encountered: