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