aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs161/pr102733/Invoker2.java
blob: 3a72c6718188690fb99a0728c7a3e6b0d7e3df8e (plain)
1
2
3
4
5
6
7
import java.lang.reflect.Method;

public class Invoker2 {
	public static void main(String[] args) throws Throwable {
		C2.main(null); // C2.main() isnt broken but C2.foo() is
	}
}