blob: ddc3615981ea0001f2b9754c829ca1dd887bdd27 [file] [log] [blame]
//package test0249;
//import java.util.*;
//public class Test {
// int k;
// static class j{
// static int k;
// }
// void m(){
// int y= 0;
// j.k= 0;
// }
//}