Property definitions

core $ HashMapNode :: defaultinit
private class HashMapNode[K, V]
	super HashNode[K]
	redef type N: HashMapNode[K, V]
	var value: V
end
lib/core/collection/hash_collection.nit:376,1--380,3