Property definitions

github $ CommitCommentEvent :: defaultinit
# Triggered when a commit comment is created.
class CommitCommentEvent
	super GithubEvent
	serialize

	# The `Comment` itself.
	var comment: CommitComment is writable
end
lib/github/events.nit:37,1--44,3