Skip to content

Commit 9ee8f45

Browse files
jonmeowgeoffromer
andauthored
Update toolchain/check/call.cpp
Co-authored-by: Geoff Romer <[email protected]>
1 parent ff84a52 commit 9ee8f45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

toolchain/check/call.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ namespace Carbon::Check {
2222
namespace {
2323
// Entity kinds, for diagnostics. Converted to an int for a select.
2424
enum class EntityKind : uint8_t {
25-
Function,
26-
GenericClass,
27-
GenericInterface,
25+
Function = 0,
26+
GenericClass = 1,
27+
GenericInterface = 2,
2828
};
2929
} // namespace
3030

0 commit comments

Comments
 (0)