fork download
  1. class A{
  2. int a;
  3. public static void main (String[] args) throws java.lang.Exception{
  4. class Foo{
  5. void bar(){
  6. }
  7. }
  8. Foo f = new Foo();
  9. }
  10. }
Success #stdin #stdout 0.07s 380224KB
stdin
Standard input is empty
stdout
Standard output is empty