package
{
/**
* ...
* @author lizhi
*/
public class Test
{
private var b:B;
public function Test()
{
new A;
alert("ok");
}
}} i now make Test class,use the B; but also not work -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/flexjs-ERROR-Circular-dependency-detected-tp50323p50523.html Sent from the Apache Flex Development mailing list archive at Nabble.com.
