class Instanceof{
	method(mitgift){
		i;
		i = new Integer();
		if(mitgift == Instanceof){
			return mitgift;
		}
		else return null;
	}
}