// "Create field 'array'" "true-preview" class Smth { } class Converter { static Smth asSmth (T[] t) {} } class Test { void bar () { Smth l = Converter.asSmth(array); } }