solidity/test/libsolidity/semanticTests/immutable/getter.sol
2020-05-04 15:00:50 +02:00

8 lines
99 B
Solidity

contract C {
uint immutable public x = 1;
}
// ====
// compileViaYul: also
// ----
// x() -> 1