Skip to content

Commit 1420b8f

Browse files
Update libsolidity/experimental/ast/TypeSystem.cpp
Co-authored-by: matheusaaguiar <[email protected]>
1 parent ec9b3fe commit 1420b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libsolidity/experimental/ast/TypeSystem.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ TypeSystem::TypeSystem()
138138
for (auto [type, name, arity]: std::initializer_list<std::tuple<PrimitiveType, char const*, size_t>>{
139139
{PrimitiveType::TypeFunction, "tfun", 2},
140140
{PrimitiveType::Function, "fun", 2},
141-
{PrimitiveType::Function, "itself", 1},
141+
{PrimitiveType::Itself, "itself", 1},
142142
{PrimitiveType::Void, "void", 0},
143143
{PrimitiveType::Unit, "unit", 0},
144144
{PrimitiveType::Pair, "pair", 2},

0 commit comments

Comments
 (0)