class LambdaTest1{
var = "test";
method(String toAppend){
return (String text) -> { return toAppend;};
}