blob: 189233a9bef8e29cc064c9498ee756b09cd3130a [file] [log] [blame]
public class Test {
public static <T> void service() {
}
public static void main(String[] args) {
Test.<String>service();
}
}