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 e2176ff commit d48aea9Copy full SHA for d48aea9
test/libsolidity/syntaxTests/viewPureChecker/eof/builtin_functions.sol
@@ -20,5 +20,5 @@ contract C {
20
// ====
21
// bytecodeFormat: >=EOFv1
22
// ----
23
-// Warning 9207: (47-69): transfer will be deprecated in the next breaking version.
24
-// Warning 9207: (90-108): send will be deprecated in the next breaking version.
+// Warning 9207: (47-69): 'transfer' is deprecated and scheduled for removal. Use 'call{value: <amount>}("")' instead.
+// Warning 9207: (90-108): 'send' is deprecated and scheduled for removal. Use 'call{value: <amount>}("")' instead.
0 commit comments