Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Missing Change return type code action #40931

Closed
mindula opened this issue Jul 5, 2023 · 1 comment
Closed

[Bug]: Missing Change return type code action #40931

mindula opened this issue Jul 5, 2023 · 1 comment
Assignees
Labels
Area/CodeAction Language Server Code Actions Points/3 Equivalent to three days effort Priority/Low Reason/Invalid Issue is invalid. Team/LanguageServer Language Server Implementation related issues. #Compiler Type/Bug userCategory/Editor

Comments

@mindula
Copy link
Contributor

mindula commented Jul 5, 2023

Description

Consider the following scenario,

Screen.Recording.2023-07-05.at.12.15.11.mov

Steps to Reproduce

public client class TestClient {
    resource function get hello(string... name) returns string {
        return name;
    }
}

public function test() {
    TestClient cl = new();
    string[] result  = cl -> /hello("Ballerina");
}

Affected Version(s)

No response

OS, DB, other environment details and versions

No response

Related area

-> Editor

Related issue(s) (optional)

No response

Suggested label(s) (optional)

No response

Suggested assignee(s) (optional)

No response

@mindula mindula added Type/Bug Team/LanguageServer Language Server Implementation related issues. #Compiler Area/CodeAction Language Server Code Actions labels Jul 5, 2023
@ballerina-bot ballerina-bot added needTriage The issue has to be inspected and labeled manually userCategory/Editor labels Jul 5, 2023
@mindula mindula removed the needTriage The issue has to be inspected and labeled manually label Jul 5, 2023
@malinthar malinthar moved this to Planned for Sprint in Ballerina Team Main Board Jul 6, 2023
@malinthar malinthar added the Points/3 Equivalent to three days effort label Jul 6, 2023
@nipunayf
Copy link
Contributor

nipunayf commented Apr 24, 2024

Cannot seem to reproduce this with 2201.8.6.

@nipunayf nipunayf added the Reason/Invalid Issue is invalid. label Apr 24, 2024
@github-project-automation github-project-automation bot moved this from Planned for Sprint to Done in Ballerina Team Main Board Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area/CodeAction Language Server Code Actions Points/3 Equivalent to three days effort Priority/Low Reason/Invalid Issue is invalid. Team/LanguageServer Language Server Implementation related issues. #Compiler Type/Bug userCategory/Editor
Projects
Archived in project
Development

No branches or pull requests

5 participants