Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5157c10 + 3cd5786 commit e97f9b6Copy full SHA for e97f9b6
libsolidity/ast/AST.cpp
@@ -312,7 +312,7 @@ FunctionTypePointer FunctionDefinition::functionType(bool _internal) const
312
case Declaration::Visibility::External:
313
return {};
314
default:
315
- solAssert(false, "visibility() should not return a Visibility");
+ solAssert(false, "visibility() should return a Visibility");
316
}
317
318
else
@@ -328,7 +328,7 @@ FunctionTypePointer FunctionDefinition::functionType(bool _internal) const
328
329
return make_shared<FunctionType>(*this, _internal);
330
331
332
333
334
0 commit comments