Open JangoCCC opened 2 years ago
Abstract contract VoteComputerTemplate has a public constructor, which will lead to compilation error. See this check https://github.com/ethereum/solidity/blob/develop/libsolidity/analysis/TypeChecker.cpp#L2041
Hi, @JangoCCC
This Solidity contract was used in 0.6, so we will fix it soon.
Abstract contract VoteComputerTemplate has a public constructor, which will lead to compilation error. See this check https://github.com/ethereum/solidity/blob/develop/libsolidity/analysis/TypeChecker.cpp#L2041