Aladdin - Scala Bugtracking
[#233] project: compiler priority: high category: _
submitter assigned to status date submitted
Martin Michel fixed 2003-11-20 12:59:44.0
subject null test for arrays returns always false
code
object arraynull {
  val b: Array[String] = null;
  def main(args: Array[String]): unit = 
    System.out.println(b == null);
}
what happened
prints `false' (when run under jvm, the interpreter is correct)
what expected should print `true'.
[back to overview]
Changes of this bug report
Martin  edited on  2003-11-20 13:00:27.0
Philippe  edited on  2003-11-25 17:17:09.0

Fixed case Select in erasure.

Philippe  edited on  2003-11-25 17:17:31.0

Fixed case Select in erasure.