Fix null reference error for type parameter in createLiteralNode. Under some circumstances, 'type' can be null when called, (perhaps only with '*'/ANY type).
The null 'type' value is checked/avoided in higher up call site methods, but not here.
1 file changed