public class Test {
/* 1 */ public final static class A {}
/* 2 */ static private class B {}
/* 3 */ abstract static class C {}
/* 4 */ static final private class D {}
/* 5 */ final public abstract class E {}
/* 6 */ static final abstract class F {}
}
+Elv Yo, sorry for late response! But here is a tricky formulation of the question: you should specify exactly "first compilation error", not all of them. Updated explanation.
2015 Aug 27, 11:49:58 AM
Войдите чтобы поставить Нравится
Войдите чтобы прокомментировать