Debug information for immutable references.

This commit is contained in:
Daniel Kirchner
2020-04-06 10:56:42 +02:00
parent 8451639f17
commit 81652686be
6 changed files with 60 additions and 19 deletions
@@ -0,0 +1,18 @@
{
"language": "Solidity",
"sources": {
"a.sol": {
"content": "contract A { uint256 immutable x = 1; function f() public view returns (uint256) { return x; } }"
}
},
"settings": {
"evmVersion": "petersburg",
"outputSelection": {
"*": {
"A": [
"evm.deployedBytecode.immutableReferences"
]
}
}
}
}