solang-parser 0.2.1

Solang Solidity Parser
Documentation
1
2
3
4
5
6
contract C {
  struct S {uint x;}
  constructor(S) {}
}
// ----
// TypeError 6651: (48-49): Data location must be "storage" or "memory" for constructor parameter, but none was given.