All pastes #2128167 Raw Edit

Untitled

public text v1 · immutable
#2128167 ·published 2012-03-14 18:19 UTC
rendered paste body
class Foo
{

private int x = 6;

public static void main(String[] args)
{

   if(args.length == 2)
   {
       int x = 6;
   } 

System.out.println(x);





}