Property definitions

functional :: test_utils $ Sys :: lower_than_fn
fun lower_than_fn(x: Int): LowerThanFn
do
        return new LowerThanFn(x)
end
lib/functional/test_utils.nit:179,1--182,3