JavaCompilerCore/resources/bytecode/javFiles/GenericRecord.jav
dholle fbc9f1e755
All checks were successful
Build and Test with Maven / Build-and-test-with-Maven (push) Successful in 5m13s
Fix bugs and add new example
2024-08-22 15:13:25 +02:00

1 line
38 B
Java

public record GenericRecord<T>(T a) {}