﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
193	Local declaration treated as global into Set definitions	hamoros	danirus	"When defining many sets whith same names for its components, an error occurs
indicating that another variable is defined with the same name.

Set sample1 = SetOfAnything (
  Text txt = ""value1"",
  Real a = 3
);

Set sample2 = SetOfAnything (
  Real a = 5,
  Text txt = ""value2""
);

But when doing the same in an evalset no error occurs

Set cjto = EvalSet([[1,2]],Set (Real x)
{
  Set sample3 = SetOfAnything(
    Text txt3 = ""value"",
    Real a3 = x
  )
}
);"	defect	closed	normal		Kernel	head	critical	invalid		
