This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
solidity
Watch
16
Star
0
Fork
0
You've already forked solidity
mirror of
https://github.com/ethereum/solidity
synced
2023-10-03 13:03:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
develop
solidity
/
test
/
libsolidity
/
syntaxTests
/
immutable
/
variable_declaration_value.sol
Kamil Śliwak
dad2bf6472
Relax restrictions on immutable initialization
2023-07-14 15:29:32 +02:00
4 lines
44 B
Solidity
Raw
Permalink
Blame
History
contract
C
{
int
immutable
x
=
x
=
5
;
}
Reference in New Issue
View Git Blame
Copy Permalink