// "Replace explicit type with 'var'" "true" class Main { { String str = m("hello, world"); } static T m(T t) {return t;} }