|
@ -90,7 +90,7 @@ def "func:idl_type_get_resolved_type" { |
|
|
|
|
|
|
|
|
choose { |
|
|
choose { |
|
|
when "$idltypekind = 'deftype'" |
|
|
when "$idltypekind = 'deftype'" |
|
|
result "func:idl_type_get_type_of_deftype($idltype)"; |
|
|
result "func:idl_type_get_resolved_type(func:idl_type_get_type_of_deftype($idltype))"; |
|
|
otherwise |
|
|
otherwise |
|
|
result "$idltype"; |
|
|
result "$idltype"; |
|
|
} |
|
|
} |
|
|