We should be able to parse: ```ruby alias :one %s{two} undef %{one} ``` This is covered by MRI test TestSyntax#test_alias_symbol and #test_undef_symbol This was extracted from #4308 so we can capture it in release notes better.