Fix regression causing text output.

This commit is contained in:
Christoffer Lerno
2025-06-25 02:48:22 +02:00
parent 2b0fb52f65
commit 8a4e7b6ce8

View File

@@ -186,7 +186,6 @@ macro bool is_ref_indexable($Type) @const
macro bool is_flat_intlike($Type) @const
{
$echo $Type.nameof;
$switch $Type.kindof:
$case SIGNED_INT:
$case UNSIGNED_INT: