Aladdin - Scala Bugtracking
[#636] project: compiler priority: low category: bug
submitter assigned to status date submitted
Stephane Martin won't fix 2006-06-20 15:21:38.0
subject Poor error message
code
class Foo {
  val x: Int
  val y: Int
}
what happened
class Foo needs to be abstract, since value y is not defined
what expected Error message respects declaration order:
class Foo needs to be abstract, since value x is not defined
[back to overview]
Changes of this bug report
Martin  edited on  2006-06-26 16:27:10.0