ballerina-lang icon indicating copy to clipboard operation
ballerina-lang copied to clipboard

Create Variable Code Action is not accurate for query expression

Open malinthar opened this issue 2 years ago • 1 comments

Description: Consider the following scenario Peek 2022-08-04 13-45

Steps to reproduce:

public function main() {
    xml x1 = xml `<book>The Lost World</book>`;

    string[] xmlResult = from xml element in x1 select element.toBalString();
}

Affected Versions: 2201.2.x

malinthar avatar Aug 04 '22 08:08 malinthar

Blocked by https://github.com/ballerina-platform/ballerina-lang/issues/37450

TharushiJay avatar Aug 19 '22 04:08 TharushiJay