﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1181	Lookup fail when extending Philosopher.DiningTable class but not when instantiating it.	Peter Aronsson	Peter Aronsson	"When extending the class, i.e. 

'model Philosopher_DiningTable
  extends Philosopher.DiningTable;
end Philosopher_DiningTable;'
I get the error: 
Error: Variable timeToChangeState not found in scope Philosopher.Philosopher
[Philosopher.mo:13:5-13:46:readonly] Error: Variable phil: In modifier (sigma = sigma), class or component sigma not found in <Philosopher>


However, when creating a component it works fine:
'model Philosopher_DiningTable
  Philosopher.DiningTable t;
end Philosopher_DiningTable;'"	defect	closed	critical				fixed		Peter Aronsson Martin Sjölund
