You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Invoker2.java 179B

1234567
  1. import java.lang.reflect.Method;
  2. public class Invoker2 {
  3. public static void main(String[] args) throws Throwable {
  4. C2.main(null); // C2.main() isnt broken but C2.foo() is
  5. }
  6. }