package p; enum A{ TEST; void m(int i){ int temp= 0; int x= temp; } }