langtools/test/tools/javac/InnerClassesAttribute/Outside.java.back
author bae
Sat, 23 May 2009 08:35:37 +0400
changeset 3009 de653b2cab31
parent 10 06bc494ca11e
permissions -rw-r--r--
4893408: JPEGReader throws IllegalArgException when setting the destination to BYTE_GRAY Reviewed-by: igor, prr

/*
 * This file was used to create Outside.class and Outside$1$Inside.class
 * with a recent (post-4074529-bugfix) compiler.
 */

public class Outside {
    void method() {
	class Inside {
	}
    }
}