Property definitions

trees $ BinTreeNode :: next=
	private var next: nullable BinTreeNode[K, E] = null
lib/trees/bintree.nit:384,2--52