blob: e889e93987b6c4598221374379ccde18c473560c [file] [log] [blame]
package p;
import java.util.List;
public record RecCompConst(int a, char c, String b) {
public static RecCompConst createRecCompConst(int a, char c, String b) {
return new RecCompConst(a, c, b);
}
public /*[*/RecCompConst/*]*/ {
}
}