class TestBoxedEqEqPrimitive { fun test(value: Double?): Boolean { return value == 3.14 } }