Results 33 issues of lochana-chathura

### Description $subject. We need to get rid of `getMemberTypes()` and `getOriginalMemberTypes()` usages in the current compiler, in order to do #43343. This issue depends on #43126 which is in...

Type/Improvement
Team/CompilerFE
Area/SemtypeIntegration

### Description $subject. ```bal type Y error|object {}; type X distinct Y; // This should give a compilation error. public function main() { X x = error("hi"); io:println(x); } ```...

Type/Bug
Area/Compiler
good first issue
Team/CompilerFE

**Description:** ```bal public function main() { (1|2|3)[] ar = 3; // incompatible types: expected '1|2|3[]', found 'int' } ``` As with type precedence, `'1|2|3|[]'` means `1|2|(3[])`. Correct error msg should...

Type/Bug
good first issue
Team/CompilerFE
Area/Diagnostics
Hacktoberfest
Credits/20