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

Suggesting `main()` in incorrect contexts

Open gayalkuruppu opened this issue 2 years ago • 0 comments

Description: Screenshot 2022-08-18 at 15 14 32

Screenshot 2022-08-18 at 15 01 19

Main method should not be suggested in these scenarios.

Steps to reproduce:

int a = 10;
<cur>

public function main() {

}

Affected Versions: 2201.2.0

gayalkuruppu avatar Aug 18 '22 09:08 gayalkuruppu