Aladdin - Scala Bugtracking
[#74] project: compiler priority: medium category: bug
submitter assigned to status date submitted
Michel Martin fixed 2003-07-16 09:17:13.0
subject No checks made on "super" qualifiers
code
class A {
  def f = Int.super.hashCode;
}
what happened
The compiler accepted this code.
what expected An error message saying that "Int" is not a valid qualifier for "super" in that context.
[back to overview]
Changes of this bug report
Martin  edited on  2003-07-16 14:16:13.0