### Nim Version 2.2.4 ### Description ```nim type MyType = tuple[] | int ``` ### Current Output ```text testit.nim(3, 29) Error: invalid indentation ``` ### Expected Output ```text ``` ### Known Workarounds _No response_ ### Additional Information _No response_