view test/runtime/6929067/T.java @ 13870:d04be74665fb

GNFI: add comments
author Matthias Grimmer <grimmer@ssw.jku.at>
date Wed, 05 Feb 2014 09:32:30 +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");
  }
}