As the screenshot shows, While I'm comparing the same literal values with type of Float and Long, Scala says it's not equal
But the evaluator says they are equal to each other!
I suspect this is a bug in Intellij Idea, since the same code will yield different results in a normal Scala runtime than in a evaluator runtime.
If the Evaluator's result is untrustworthy, this may cause trouble for developers.
I wonder if there is anything wrong with my thinking and hope someone can point it out.
