modifs.mineures sans commentaires

This commit is contained in:
Jephté Clain 2025-03-07 19:59:52 +04:00
parent 953f614caa
commit 3def99b378

View File

@ -6,5 +6,6 @@ class ref_types {
"boolean" => "bool",
"integer" => "int",
"flt" => "float", "double" => "float", "dbl" => "float",
"func" => "callable", "function" => "callable",
];
}