#1792 Lenient compilation for 'once' methods

SlimerDude Sun 26 Feb 2012

Just to say that the following does not compile (obviously):

private Size die() {
  return Point(0,0)
}

but this does...?

private once Size die() {
  return Point(0,0)
}

brian Sun 26 Feb 2012

Promoted to ticket #1792 and assigned to brian

brian Mon 27 Feb 2012

Ticket resolved in 1.0.63

Login or Signup to reply.