报告视图边界的用法并建议将其替换为隐式形参。
视图边界已被弃用:
SI-7629
。
示例:
class Sample[A <% Int]
在应用快速修复后:
class Sample[A]()