レコードの冗長な finalstatic 修飾子を報告します。

例:


final record R() {
}

class Test {
  static record R() {
  }
}