class Foo {
	function constructor() {
		log "foo";
	}
}
