Internal compiler error #849
brian
4 Dec 2009
Promoted to ticket #849 and assigned to brian
thanks for reporting this Yuri
brian
23 Jan 2010
Ticket resolved in 1.0.49
Little bug in the parse - pushed a fix changeset
brian
4 Dec 2009
Promoted to ticket #849 and assigned to brian
thanks for reporting this Yuri
brian
23 Jan 2010
Ticket resolved in 1.0.49
Little bug in the parse - pushed a fix changeset
ystrot
4 Dec 2009
Hi guys,
I've got following exception:
Example is following:
class Exp { new make(|This|? f := null) { f?.call(this) } Obj get(Obj o) { |Exp|[,] } Void main() { exp := Exp() |Exp|[] list := exp[1] list.each | |Exp| e | { echo(e) } } }Best regards, Yuri