static <T> T pick (T input1, T input2){ return input2; } public static void main(String[] args) { var aai = pick("AAI", 43); }