view test/runtime/6626217/IFace.java @ 15719:a508335e5ee8

[inlining] no need for guessing a return value that doesn't matter
author Miguel Garcia <miguel.m.garcia@oracle.com>
date Fri, 16 May 2014 16:29:50 +0200
parents 495caa35b1b5
children
line wrap: on
line source

// A simple interface, to allow an unknown foreign call from a class
// loaded with LOADER1 to a class loaded with LOADER2.
public interface IFace {
  public many_loader[] gen();
}