On Wed, 2002-07-31 at 17:01, A Rafael D Teixeira wrote: > >: [bagfors@detrius]$ ; mcs --target library test.cs > >test.cs(9) error CS0117: 'Test+TestInterface' does not contain a > >definition for 'test' > >Compilation failed: 1 error(s), 0 warnings > >--------------------------------- > > > >That doesn't work well at all. Moving the last "}" above "interface > >TestInterface" so that the interface and the class TestClass are > >declared outside of class Test it compiles (and runs) just fine. > >
> It surely looks like a mcs bug, probably with nesting of definitions (inner > classes and interfaces). > > Fill a Bugzilla form about this one please... Ok, Done, Bug # 28407 Thanks /Erik -- Erik B�gfors | [EMAIL PROTECTED] Supporter of free software | GSM +46 733 279 273 fingerprint: 6666 A85B 95D3 D26B 296B 6C60 4F32 2C0B 693D 6E32 _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
