Ticket #652 (closed defect: fixed)
"alias" keyword doesn't compile with symbolized-interpolated-strings
| Reported by: | joshua.ballanco@… | Owned by: | lsansonetti@… |
|---|---|---|---|
| Priority: | major | Milestone: | MacRuby 0.7 |
| Component: | MacRuby | Keywords: | |
| Cc: |
Description
The following works in Ruby but not MacRuby:
class String
a = 'length'
b = :bar
alias :"get#{b.capitalize}" :"#{a}"
end
"test".getBar
Result is:
Assertion failed: (nd_type(node->u1.node) == NODE_LIT), function compile_node, file compiler.cpp, line 4694.
Change History
Note: See
TracTickets for help on using
tickets.

