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