[BUG] Instance of BaseType does not equal to instance of...
Here is a test class, where the method test() fails at the last assertion: import static org.assertj.core.api.Assertions.assertThat; import lombok.EqualsAndHashCode; import org.junit.jupiter.api.Test; public cl