// tries to do an assignment along with the declaration public class Error { public Error() { } public static void main() { int a = 5; } }