Results 33 issues of lochana-chathura

**Description:** ```bal public function main() { int[] [...a] = [1, 2]; // crashes io:println(a); [int...] [...b] = [1, 2]; // works io:println(b); } ``` stacktrace (click to expand) ``` [2022-08-16...

Type/Bug
Team/CompilerFE
Crash
Error/TypeI

### Description We will be doing $subject in several steps. - [x] Integrate a subset of sem-types (int, boolean, float, decimal, string, nil, never) into jBallerina compile-time #40045 - [x]...

Type/Improvement
Team/CompilerFE
Team/jBallerina
Area/TypeChecker
Area/RuntimeTypeChecker

### Description $subject.

Type/Improvement
Team/CompilerFE
Area/TypeChecker
Area/RuntimeTypeChecker

### Description $subject.

Type/Improvement
Team/CompilerFE
Area/TypeChecker
Area/RuntimeTypeChecker

### Description $subject. - As you can observe in the following screenshot, binding pattern variables `name`, `index1`, `postType`, `negType` are not listed under the local variables on the left window....

Type/Bug
Area/Debugger
Team/DevTools

### Description $subject.

Type/Task
Team/CompilerFE
Area/SemtypePort
userCategory/Compilation

### Description $subject.

Type/Task
Team/CompilerFE
Area/SemtypePort

### Description $subject.

Type/Task
Team/CompilerFE
Area/SemtypePort

## Purpose $subject. Fixes #42400 ## Approach n/a ## Samples n/a ## Remarks n/a ## Check List - [x] Read the [Contributing Guide](https://github.com/ballerina-platform/ballerina-lang/blob/master/CONTRIBUTING.md) - [ ] Updated Change Log -...

Team/CompilerFE
Area/SemtypePort

### Description $subject. In the current nBallerina table semtype implementation [key-constraint ](https://ballerina.io/spec/lang/master/#key-constraint) is not supported. Ref: https://github.com/ballerina-platform/ballerina-lang/pull/42639#discussion_r1582795300

Type/Task
Team/CompilerFE
Area/SemtypePort