Update of /cvsroot/xdoclet/xjavadoc/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8565

Added Files:
        XJD58.java 
Log Message:
Test class (XJD-58)

--- NEW FILE: XJD58.java ---
/*
 * Copyright (c) 2005 Your Corporation. All Rights Reserved.
 */

/**
 * @author Adamansky Anton ([EMAIL PROTECTED])
 */

public class XJD58 {

    public class Outer {

        private class Inner extends InnerTop {

            public void innerMethod() {
                new Runnable() {
                    public void run() {
                        Inner.super.invoke(); // Parse exception here ?. at the 
dot before super
                    }
                };
            }
        }
    }
}



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to