[
https://issues.apache.org/jira/browse/FLEX-33780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813723#comment-13813723
]
OmPrakash Muppirala commented on FLEX-33780:
--------------------------------------------
>From what I understand, this is the issue:
interface IInterface
{
function foo():void;
}
class A implements IInterface
{
function foo():void
{
//some stuff;
}
}
class B extends A //compiles fine
class C extends B //compile error says function 'foo' is not implemented in
class C
> Falcon compiler cannot search for implements code deeper than baseclass
> -----------------------------------------------------------------------
>
> Key: FLEX-33780
> URL: https://issues.apache.org/jira/browse/FLEX-33780
> Project: Apache Flex
> Issue Type: Bug
> Components: Falcon, FlexJS
> Reporter: OmPrakash Muppirala
> Assignee: Alex Harui
>
> Details in this thread:
> http://apache-flex-development.2333347.n4.nabble.com/FlexJS-IFlexInfo-td30029.html
--
This message was sent by Atlassian JIRA
(v6.1#6144)