// tries to declare a static field in the class public class Error { int a; static int b; public Error() { } public static void main() { } }