Input: ```ts type Vector = number & { normalize(): Vector }; (null! as Vector).normalize(); ``` Current Result: ``` TSTL: Unsupported property on number: normalize ``` Expected Result: No errors
Input:
Current Result:
Expected Result:
No errors