view test/runtime/6929067/T.java @ 18793:ef51dadd50f7

Generalize ReinterpretNode to deal with arbitrary non-pointer types.
author Roland Schatz <roland.schatz@oracle.com>
date Wed, 07 Jan 2015 14:05:14 +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");
  }
}