레코드의 불필요한
final
,
static
제어자를 보고합니다.
예:
final record R() { } class Test { static record R() { } }