﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1833	Local name shadowing and assignment to inputs	adabe588@…	openmodelicadevelopers@…	"When calling this test function no warning is given that `x` and `y` don't have the correct types. Are the input variables used in the match instead? The program exits silently.

{{{
package P

function test
  input Integer x;
  input String y;
algorithm
  _ := match (x,y)
    local String x; Integer y;
    case (x,y) then ();
  end match;
end test;

end P;
}}}"	defect	closed	high	1.9.0	Frontend	trunk	fixed		
