Property definitions

nitc $ SimpleMiscVisitor :: warning
	fun warning(node: ANode, tag, msg: String)
	do
		toolcontext.warning(node.hot_location, tag, msg)
	end
src/frontend/simple_misc_analysis.nit:64,2--67,4