Has self been finalized? (either by the GC or an explicit call to finalize)

Property definitions

core $ FinalizableOnce :: finalized
	# Has `self` been finalized? (either by the GC or an explicit call to `finalize`)
	var finalized = false
lib/core/gc.nit:49,2--50,22