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