KT-19634: Fix <boxed_value> == <primitive_value> converted to reference equality
#KT-19634 fixed
This commit is contained in:
committed by
Simon Ogorodnik
parent
9dc5354f24
commit
0fd5c6f1ca
@@ -0,0 +1,5 @@
|
||||
public class TestBoxedEqEqPrimitive {
|
||||
public boolean test(Double value) {
|
||||
return value == 3.14;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user