Home | History | Annotate | Download | only in minification

Lines Matching refs:thing

23   private static void exerciseA(InterfaceA thing) {
24 thing.functionFromIntToInt(thing.uniqueLittleMethodInA());
27 private static void exerciseB(InterfaceB thing) {
28 thing.functionFromIntToInt(thing.uniqueLittleMethodInB());
31 private static void exerciseC(InterfaceC thing) {
32 thing.functionFromIntToInt(thing.uniqueLittleMethodInC());
35 private static void exerciseD(InterfaceD thing) {
36 thing.anotherFunctionFromIntToInt(42);
37 thing.functionFromIntToInt(42);