mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Merge pull request #9145 from PaulRBerg/update-060-docs
Add note about initialisation in 060-breaking-changes
This commit is contained in:
		
						commit
						5e3ba29020
					
				| @ -42,7 +42,8 @@ For most of the topics the compiler will provide suggestions. | ||||
|   storage arrays. | ||||
| 
 | ||||
| * The new keyword ``abstract`` can be used to mark contracts as abstract. It has to be used | ||||
|   if a contract does not implement all its functions. | ||||
|   if a contract does not implement all its functions. Abstract contracts cannot be initialised and solidity outputs no | ||||
|   no bytecode when compiling them. | ||||
| 
 | ||||
| * Libraries have to implement all their functions, not only the internal ones. | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user