1 /** 2 * Special characters: < is "less than", > is "greater than", & is "ampersand" 3 */ xnull4 fun x<T>(): T? = null 5