979899100101102103104105106107108109
if (t instanceof UnionType) { t = ((UnionType) t).firstUseful(); } if (t != null && t instanceof FunType) { FunctionDef func = ((FunType) t).func; if (func != null) { argExpr = func.getArgumentExpr(); } } String typeExpr = binding.type.toString();