mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add more syntax tests for uncovered cases
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
function f() {}
|
||||
let x := f
|
||||
}
|
||||
// ----
|
||||
// TypeError 6041: (35-36): Function f used without being called.
|
||||
Reference in New Issue
Block a user