class VariableTypeInsertTest{
	String var;
	void methode(test){
		var = test;
	}
}