I was programming something and I was making a less than or equals operator and I was about to press the equals sign but I was accidentally holding down the Shift key so it made a plus sign. And it made this: <+ and IntelliJ isn't saying that it's an error so I just want to know what <+ does.
I tried looking it up online but I didn't really see anything about it
if (Integer.toString(data.getPhoneNumber()).length() <+ 10)
I thought it would give me an error or something.