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
a442f0608a
solidity
/
test
/
libsolidity
/
syntaxTests
/
immutable
/
init_in_inheritance_specifier_param.sol
5 lines
87 B
Solidity
Raw
Normal View
History
Unescape
Escape
Allow reading of immutables during construction time
2021-08-05 15:06:19 +00:00
contract
C
{
constructor
(
uint
)
{
}
}
contract
D
is
C
(
D
.
t
=
2
)
{
Minor tweaks to immutable tests for better diffs
2023-06-02 10:40:19 +00:00
uint
immutable
t
;
Allow reading of immutables during construction time
2021-08-05 15:06:19 +00:00
}
Reference in New Issue
Copy Permalink