Merge branch 'master' into dev_jwt

This commit is contained in:
Jocelyn Fiat
2017-06-06 10:58:38 +02:00

View File

@@ -57,7 +57,8 @@ feature -- Query
-- if possible
do
if attached value as v then
Result := generating_type.name_32
-- FIXME: in the future, use the new `{TYPE}.name_32`
Result := generating_type.name.to_string_32
else
Result := {STRING_32} "Void"
end