nullable的变量不是需要?或者判空才可以的吗 更离谱的是toSting后成null了 直接上图吧
kotlin的空安全怎么没有了
slient
#1
myna12548
#3
null是可以toString的
/**
* Returns a string representation of the object. Can be called with a null receiver, in which case
* it returns the string "null".
*/
public fun Any?.toString(): String