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.
1 parent bc3c3cf commit 1d11a20Copy full SHA for 1d11a20
libsolidity/analysis/TypeChecker.cpp
@@ -1837,7 +1837,8 @@ void TypeChecker::endVisit(BinaryOperation const& _operation)
1837
9170_error,
1838
_operation.location(),
1839
"Comparison of variables of contract type is deprecated and scheduled for removal "
1840
- "in the next breaking version (0.9). Instead, use an explicit cast to address type."
+ "in the next breaking version (0.9). "
1841
+ "Use an explicit cast to address type and compare the addresses instead."
1842
);
1843
}
1844
0 commit comments