报告将 ':::' 用作命名空间访问运算符,并建议使用 '::'(如果可能)。
':::'
'::'
示例:
base:::print("Hello world!")
当您应用快速修复时,代码更改为:
base::print("Hello world!")