langtools/test/tools/javac/InnerClassesAttribute/Outside.java.back
author hannesw
Tue, 22 Mar 2016 14:23:16 +0100
changeset 36690 06b714373aa4
parent 10 06bc494ca11e
permissions -rw-r--r--
8151810: for-in iteration does not provide per-iteration scope Reviewed-by: attila, lagergren

/*
 * 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 {
	}
    }
}