view test/runtime/6626217/IFace.java @ 12131:91b93f523ec6

8012294: remove generic handling for default methods Reviewed-by: kamg, coleenp
author acorn
date Mon, 26 Aug 2013 11:35:25 -0400
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();
}