报告以小写 'l' 结尾的 long 文字。 这些文字可能令人困惑,因为小写的 'l' 与文字 '1'(一)非常相似。

示例:


  long nights = 100l;

在应用快速修复后:


  long nights = 100L;