You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "OmPrakash Muppirala (JIRA)" <ji...@apache.org> on 2013/11/14 19:17:21 UTC

[jira] [Comment Edited] (FLEX-33780) Falcon compiler cannot search for implements code deeper than baseclass

    [ https://issues.apache.org/jira/browse/FLEX-33780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813723#comment-13813723 ] 

OmPrakash Muppirala edited comment on FLEX-33780 at 11/14/13 6:16 PM:
----------------------------------------------------------------------

>From what I understand, this is the issue:
{code}
interface IInterface
{
    function foo():void;
}

class A implements IInterface
{
    function foo():void
    {
        //some stuff;
    }
}
{code}
class B extends A  //compiles fine

class C extends B  //compile error says function 'foo' is not implemented in class C


was (Author: bigosmallm):
>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)