Fantom

Login | Register

Lenient compilation for 'once' methods #1792

SlimerDude
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
26 Feb 2012

Promoted to ticket #1792 and assigned to brian

brian
27 Feb 2012

Ticket resolved in 1.0.63

Login or Register to Reply

Back | All Topics