From 39952817b30f6579653d38cbdafa0ad0b474b259 Mon Sep 17 00:00:00 2001 From: lording Date: Thu, 22 Jun 2023 08:23:01 +0000 Subject: Fix broken builtin name in exercise 36 --- patches/patches/036_enums2.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'patches') diff --git a/patches/patches/036_enums2.patch b/patches/patches/036_enums2.patch index c20905a..367b780 100644 --- a/patches/patches/036_enums2.patch +++ b/patches/patches/036_enums2.patch @@ -7,6 +7,6 @@ --- > \\ Blue 62c62 -< @enumToInt(???), // Oops! We're missing something! +< @intFromEnum(???), // Oops! We're missing something! --- -> @enumToInt(Color.blue), // Oops! We're missing something! +> @intFromEnum(Color.blue), // Oops! We're missing something! -- cgit v1.2.3-70-g09d2