view test/runtime/6929067/T.java @ 7734:a0cfabe195c6

All warnings are now errors in eclipse
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 06 Feb 2013 15:14:15 +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");
  }
}