view test/runtime/6929067/T.java @ 14122:2a7d7da912e1

Don't narrow NarrowableArithmetic by default.
author Roland Schatz <roland.schatz@oracle.com>
date Mon, 10 Mar 2014 13:32:06 +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");
  }
}