public static <T extends RuntimeException> void test1(T t) {}

public static void test2(RuntimeException t) {}
评论