报告类型投影并建议将其转换为 Kind Projector 格式。

示例:


  def a: ({type L[A] = (A, A)})#L

在应用快速修复后:


  def a: Lambda[A => (A, A)]

此检查在 Kind Projector 插件启用时运行。