mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Export immutability.
This commit is contained in:
@@ -3,5 +3,5 @@ contract C {
|
||||
uint immutable constant x;
|
||||
}
|
||||
// ----
|
||||
// ParserError: (32-41): Constantness already set to "immutable"
|
||||
// ParserError: (64-72): Constantness already set to "immutable"
|
||||
// ParserError: (32-41): Mutability already set to "immutable"
|
||||
// ParserError: (64-72): Mutability already set to "immutable"
|
||||
|
||||
Reference in New Issue
Block a user