mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
8 lines
179 B
Solidity
8 lines
179 B
Solidity
contract C {
|
|
uint public g;
|
|
|
|
uint a = 1 this.g;
|
|
}
|
|
// ----
|
|
// TypeError 4438: (48-54): The literal suffix must be either a subdenomination or a file-level suffix function.
|