﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3727	Wrong output for model	Martin Sjölund	somebody	"The following model generates the wrong output for default `--std=...` option:
{{{
model M
  Modelica.Blocks.Sources.Clock clock;
  annotation(uses(Modelica(version=""trunk"")));
end M;
}}}

It should generate an error that there is a conflict with the pre-defined class Clock, but it just instantiates the model as if it was a clock."	defect	closed	high	1.19.0	New Instantiation	v1.9.4-dev-nightly	fixed		Bernhard Thiele
