0x13479

Results 2 issues of 0x13479

```lua type CircularEntity = { shape: 'Circular', only_for_circular: any, } type RectangularEntity = { shape: 'Rectangular', } type Entity = CircularEntity | RectangularEntity local entity: Entity = {} :: any...

bug
fixed by new solver

```luau local key: string, value: string = string.match("", "") :: string, string --Type Error: (7,1) Type 'typeof(string)' could not be converted into 'string' ``` Is it an issue with my...

bug