|
Ok, that explains. It’s a pity though, especially if
you want to do code generation. Thanks, Franck From: I can’t say “why”, but import IS mandatory, per
the docs (migration pdf?), and the fully qualified path should only be used for
“disambiguation”. From: Hi, Just a small actionscript question. I have the following interface definition: package a.b.c { public interface SecurityWebservice { function
findUser(userId: } } It does not compile (1046: Type was not found), which I find
strange since I specify the fully qualified name of the type. When I include the statement ‘import d.e.f.UserDto;’ it
compiles. Can someone explain why this is? Thanks, Franck -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS
__,_._,___ |
- RE: [flexcoders] Why is import mandatory? Franck de Bruijn
- RE: [flexcoders] Why is import mandatory? Franck de Bruijn
- RE: [flexcoders] Why is import mandatory? Franck de Bruijn

