mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
7 lines
113 B
Plaintext
7 lines
113 B
Plaintext
|
{
|
||
|
function f() {}
|
||
|
let x := f
|
||
|
}
|
||
|
// ----
|
||
|
// TypeError 6041: (35-36): Function f used without being called.
|