Has self been correctly initialized?

Property definitions

libevent $ NativeEventBase :: is_valid
	# Has `self` been correctly initialized?
	fun is_valid: Bool do return not address_is_null
lib/libevent/libevent.nit:93,2--94,49