view test/runtime/6929067/T.java @ 3223:a581e5d934a9

IdealGraphVisualizer: replace some single-threaded usages of StringBuffer with StringBuilder
author Peter Hofer <peter.hofer@jku.at>
date Mon, 18 Jul 2011 11:35:16 +0200
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");
  }
}