solang
solang copied to clipboard
Polkadot abi generation overflows its stack
When compiling this contract, the polkadot ABI generation overflows its stack.
contract hatchling {
struct A {
A [][2][1] b;
}
A private n1;
constructor() {}
function foo(uint a, uint b) public {
}
}