Remove all instances

Property definitions

popcorn $ Repository :: clear
	# Remove all instances
	fun clear: Bool is abstract
lib/popcorn/pop_repos.nit:201,2--202,28

popcorn $ MongoRepository :: clear
	redef fun clear do return collection.drop
lib/popcorn/pop_repos.nit:361,2--42