mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Merge branch 'develop' of https://github.com/ethereum/solidity into develop
This commit is contained in:
		
						commit
						4a6815c9bd
					
				| @ -495,7 +495,10 @@ void TypeChecker::visitManually( | ||||
| 				break; | ||||
| 			} | ||||
| 	if (!parameters) | ||||
| 	{ | ||||
| 		typeError(_modifier.location(), "Referenced declaration is neither modifier nor base class."); | ||||
| 		return; | ||||
| 	} | ||||
| 	if (parameters->size() != arguments.size()) | ||||
| 		typeError( | ||||
| 			_modifier.location(), | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user