We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
make ReflectionRecordDecoder support
record TestRecord6(long val) { public TestRecord6(int valInt) { this(Long.valueOf(valInt)); } }