Searched defs:Clash (Results 1 - 1 of 1) sorted by relevance

/art/test/044-proxy/src/
H A DClash.java26 public class Clash { class
32 Proxy.newProxyInstance(Clash.class.getClassLoader(),
41 Proxy.newProxyInstance(Clash.class.getClassLoader(),
44 System.err.println("Clash did not throw expected exception");
46 System.out.println("Clash threw expected exception");

Completed in 47 milliseconds