class App

	constructor:->
		console.log "I'm an App"

		# some comments and line breaks
		console.log "Line OK 1"



		console.log "Line OK 2"
		console.log "Error shold point to this line (12)"~~~~
		console.log "Line OK 4"