comparison test/runtime/6626217/IFace.java @ 1715:495caa35b1b5

6977952: Test: Sync missing tests from hs16.3 to hs17.x Reviewed-by: wrockett
author asaha
date Tue, 17 Aug 2010 22:52:50 -0700
parents
children
comparison
equal deleted inserted replaced
1714:f121b2772674 1715:495caa35b1b5
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 }
6