view test/runtime/6929067/T.java @ 8460:a607682f7ba6

mx.sh should select python2.7 python2 or python depending on what is available. Originaly contributed by Matthias Grimmer
author Gilles Duboscq <duboscq@ssw.jku.at>
date Mon, 25 Mar 2013 11:27:40 +0100
parents 3b3d12e645e7
children
line wrap: on
line source

public class T
{
  public static boolean foo(boolean bar)
  {
    return bar;
  }

  public static void printIt()
  {
    System.out.println("Hello");
  }
}