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 5941f02 commit 8e2f929Copy full SHA for 8e2f929
test/libsolidity/semanticTests/inlineAssembly/basefee_berlin_function.sol renamed to test/libsolidity/syntaxTests/inlineAssembly/basefee_berlin_function.sol
@@ -15,8 +15,7 @@ contract C {
15
}
16
17
// ====
18
-// compileViaYul: also
19
-// EVMVersion: <=berlin
+// EVMVersion: =berlin
20
// ----
21
-// f() -> 0
22
-// g() -> 1000
+// DeclarationError 5017: (98-105): The identifier "basefee" is reserved and can not be used.
+// DeclarationError 5017: (242-307): The identifier "basefee" is reserved and can not be used.
0 commit comments