`mismatch_type` error should be reported for the following code but not. ```systemverilog proto module ProtoModuleA; module ModuleA::<M: ProtoModuleA = 1> {} ```
mismatch_typeerror should be reported for the following code but not.