Vincent MATHON
Results
1
issues of
Vincent MATHON
**Prettier-Java 1.6.1** **Input:** ```java package com.vimat.model; public record Buyer(String name, double bestPrice, double joker) { public boolean hasBestOffer(Buyer other) { return switch (other) { case null -> true; case Buyer...
good first issue
area: enhancement :wrench: