Is it possible to detect the absence of the @init() function at the compilation stage? Because for now, an attempt to deploy a contract with no @init just causes the transaction to never be processed with no response returned at all (but I'm not sure it's not an IOHK testnet issue). But having this error on the compilation stage would greatly reduce the feedback time.