In http://fantom.org/doc/docLang/Expressions.html under "Type Checking" section, I think the last line be:
obj as Int => evaluates to 123 (expr is typed as Int)
instead of 6.
6
thanks much for reporting, I pushed a fix
Login or Signup to reply.
saltnlight5 Wed 30 Nov 2011
In http://fantom.org/doc/docLang/Expressions.html under "Type Checking" section, I think the last line be:
instead of
6
.brian Wed 30 Nov 2011
thanks much for reporting, I pushed a fix