Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
j2k
/
testData
/
fileOrElement
/
issues
/
kt-19634.java
blob: cfca75d96ee30d86f151512c8bf91c1771fb2d8a [
file
] [
log
] [
blame
]
public
class
TestBoxedEqEqPrimitive
{
public
boolean
test
(
Double
value
)
{
return
value
==
3.14
;
}
}