Use function names instead of members.

This commit is contained in:
chriseth
2021-12-23 11:55:33 +01:00
parent b28cd00aa0
commit 4fa8eee683
2 changed files with 44 additions and 44 deletions
+1 -1
View File
@@ -1314,7 +1314,7 @@ public:
"Return parameter names list must match return parameter types list!"
);
solAssert(
!m_bound || !m_parameterTypes.empty(),
!bound() || !m_parameterTypes.empty(),
"Attempted construction of bound function without self type"
);
}