Contract self impl #5905
Labels
compiler: frontend
Everything to do with type checking, control flow analysis, and everything between parsing and IRgen
compiler: parser
Everything to do with the parser
good first issue
Good for newcomers
language feature
Core language features visible to end users
ODHack12
team:compiler
Compiler Team
Allow self impl for contracts as a shorthand for an anonymous ABI spec.
The point is to not have to write an ABI type for very small contracts.
This:
Should produce the same binary and ABI spec as:
The text was updated successfully, but these errors were encountered: