此类构造函数从不实例化类。
该快速修复会将形参类型转换为可 null。
示例:
class SelfRef(val ref: SelfRef)
在应用快速修复后:
class SelfRef(val ref: SelfRef?)