レコードの冗長な
final
、
static
修飾子を報告します。
例:
final record R() { } class Test { static record R() { } }