mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
6 lines
289 B
Solidity
6 lines
289 B
Solidity
pragma experimental SMTChecker;
|
|
function f() view {}
|
|
// ----
|
|
// Warning 6660: (32-52): Model checker analysis was not possible because file level functions are not supported.
|
|
// Warning 6660: (32-52): Model checker analysis was not possible because file level functions are not supported.
|