mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
12 lines
200 B
Plaintext
12 lines
200 B
Plaintext
/*
|
|
* 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 {
|
|
}
|
|
}
|
|
}
|