view test/runtime/6929067/T.java @ 14009:384d7fc0e27b

Ignore reinterpret in backend if the new Stamp has the same PlatformKind.
author Roland Schatz <roland.schatz@oracle.com>
date Mon, 24 Feb 2014 11:37:48 +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");
  }
}