view test/runtime/6626217/IFace.java @ 7555:9c6602e65423

Updated .hgignore file to also ignore IntelliJ project files.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 25 Jan 2013 11:11:32 +0100
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();
}