mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
[java-intentions] HexToDec3.java: update test to produce the same result on JDK 17 and JDK 21
Behavior of Float.toString() was slightly changed since JDK 19, see JDK-6664028 GitOrigin-RevId: b61938174483e34627fa369624e5993cb58cbd2f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
093e60cd34
commit
70dc1b43b7
@@ -1,3 +1,3 @@
|
||||
class C {
|
||||
float f = <caret>0xab_cd.P2_2f;
|
||||
float f = <caret>0xab_c5.P2_2f;
|
||||
}
|
||||
@@ -1,3 +1,3 @@
|
||||
class C {
|
||||
float f = 1.84469684E11f;
|
||||
float f = 1.8443613E11f;
|
||||
}
|
||||
Reference in New Issue
Block a user