What error will I get if I put multiple contract definitions into a single solidity file?
Answer Posted / Ajay Sabharwal
If you put multiple contract definitions into a single Solidity file, the compiler will generate an error stating that there can only be one contract per file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers