mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Another ICE test.
This commit is contained in:
parent
6f06154eb5
commit
3a5a4c6505
@ -0,0 +1,5 @@
|
||||
contract C {
|
||||
function ( uint ) external returns ( a [ ] calldata ) public a = ( 1 / 2 ) ;
|
||||
}
|
||||
// ----
|
||||
// TypeError: (58-59): Name has to refer to a struct, enum or contract.
|
Loading…
Reference in New Issue
Block a user