From 82e7dbab052ec8f252d1b0fc0dc63bb68c5af4e2 Mon Sep 17 00:00:00 2001 From: Quinton Miller Date: Mon, 18 Dec 2023 02:19:39 +0800 Subject: [PATCH] oops --- src/primitives.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/primitives.cr b/src/primitives.cr index c50576a0967b..0c350442c76e 100644 --- a/src/primitives.cr +++ b/src/primitives.cr @@ -92,7 +92,7 @@ class Reference # otherwise all calls will refer to the sole instantiation in # `Reference.class`. This is necessary when the receiver is a virtual # metaclass type. Apparently this works even for primitives - {% type %} + {% @type %} end {% else %} # Primitives cannot have a body until 1.2.0 (#11147)