modifs.mineures sans commentaires
This commit is contained in:
parent
953f614caa
commit
3def99b378
@ -6,5 +6,6 @@ class ref_types {
|
|||||||
"boolean" => "bool",
|
"boolean" => "bool",
|
||||||
"integer" => "int",
|
"integer" => "int",
|
||||||
"flt" => "float", "double" => "float", "dbl" => "float",
|
"flt" => "float", "double" => "float", "dbl" => "float",
|
||||||
|
"func" => "callable", "function" => "callable",
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user