blob: 0f5380a134f4045d8531894daf7ee8246f2816cc [file] [log] [blame]
//package test0264;
//import java.util.*;
//public class Test {
// void m(final int i){
// Test a= new Test(){
// void m(int k){
// k= i;
// }
// };
// }
//}