Property definitions

nitc $ FlowSet :: defaultinit
# FlowSet are used to represent data at the entry and exit of a statement.
interface FlowSet
	super Cloneable

	# Merge `self` with another flow set.
	fun flow_union(o: SELF): SELF is abstract
end
src/saf/saf_base.nit:92,1--98,3