parse_structs_04.sol 183 B

1234567
  1. contract test_struct_parsing {
  2. struct Foo {
  3. }
  4. }
  5. // ---- Expect: diagnostics ----
  6. // error: 3:20-23: struct definition for 'Foo' has no fields