data_locations_06.sol 273 B

12345678
  1. contract foo {
  2. enum foo2 { bar1, bar2 }
  3. function bar(int[10] storage x) public returns (int) {
  4. }
  5. }
  6. // ---- Expect: diagnostics ----
  7. // error: 4:34-41: parameter of type 'storage' not allowed public or external functions