Property definitions

gettext $ X :: defaultinit
# Some class
class X
	# Some method
	fun foo: String do
		return "This String is a test"
	end
end
lib/gettext/examples/langannot.nit:20,1--26,3