0fd5c6f1ca
#KT-19634 fixed
5 lines
107 B
Kotlin
Vendored
5 lines
107 B
Kotlin
Vendored
class TestBoxedEqEqPrimitive {
|
|
fun test(value: Double?): Boolean {
|
|
return value == 3.14
|
|
}
|
|
} |