Merge branch 'main' into refactor-var-to-const

This commit is contained in:
lording 2023-06-22 09:48:10 +00:00
commit 973625552a
5 changed files with 10 additions and 9 deletions

View file

@ -7,6 +7,6 @@
---
> \\ <span style="color: #{x:0>6}">Blue</span>
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!