I created CL 94027, which validates that the SSA backend never sees untyped types. This should be safe, because the compiler frontend should eliminate all untyped types during type checking.
However, the CL doesn't currently work, suggesting the frontend is doing something (at least technically) wrong.
I created CL 94027, which validates that the SSA backend never sees untyped types. This should be safe, because the compiler frontend should eliminate all untyped types during type checking.
However, the CL doesn't currently work, suggesting the frontend is doing something (at least technically) wrong.