|
@ -60,7 +60,7 @@ def "func:idl_type_is_of_typekind_struct" { |
|
|
result "func:exists(//struct[@name=$idltype])"; |
|
|
result "func:exists(//struct[@name=$idltype])"; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
def "func:idl_type_is_generic§" { |
|
|
def "func:idl_type_is_generic" { |
|
|
param "idltype"; |
|
|
param "idltype"; |
|
|
result "contains($idltype,'<') and contains($idltype,'>')" |
|
|
result "contains($idltype,'<') and contains($idltype,'>')" |
|
|
} |
|
|
} |
|
|