Closed felixhao28 closed 5 years ago
Equal sign is also impacted for the same reason:
class A {
void f() {
new Integer(65535).floatValue() == 65535.0f
}
}
The full expansion of this regex might be '(?=;|\\)|,|:|}|\\-|\\+|\\*|\\/|%|!|&|\\||=)'
;
I will check, thanks.
Current behavior
Expected:
Code:
Fix:
Change this line from
to