class Test{
int out = 0;
public void show(){
new TestCollection(){
out = 120;
};
}
}为什么不能对out重新赋值?