test/runtime/6626217/IFace.java

Tue, 31 Aug 2010 17:23:45 -0700

author
trims
date
Tue, 31 Aug 2010 17:23:45 -0700
changeset 2093
0803c0f69b51
parent 0
f90c822e73f8
permissions
-rw-r--r--

Added tag hs19-b06 for changeset 6c43216df135

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

mercurial