Authors: russell@unturf.com · brackishbert@gmail.com · foxhop.net · TimeHexOn.com Patches, unit tests, benchmarks, whitepaper, and outreach briefs. Public domain — no copyright claimed. Use freely.
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 {
|
|
}
|
|
}
|
|
}
|