mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
11 lines
200 B
Text
11 lines
200 B
Text
/*
|
|
* 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 {
|
|
}
|
|
}
|
|
}
|