﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1029	GenericMicroCircuit.mo should fail grammar	MichaelSpiegel	MichaelSpiegel	"The test case GenericMicroCircuit.mo has a declaration of the form:

  class GenMicroCircuit2 
    replaceable type CompType = Resistor extends TwoPin;
    replaceable CompType comp1;
  end GenMicroCircuit2;

""replaceable type CompType"" begins to match the element non-terminal, but then the class specifier uses the '=' form, which is not allowed an extends clause.  I don't understand the specification well enough to state whether this declaration should be allowed in the specification.  But either this declaration should be allowed (and the spec changes), or this should not be allowed (and the test case is marked as invalid)."	defect	closed	high				fixed		MichaelSpiegel
