mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
IDEA-125805 (language level increase quickfix for switch on enum/string)
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ interface A {
|
||||
class D {
|
||||
public static void f(A a) {
|
||||
A.B b = a.getB();
|
||||
switch (<error descr="A.B.C is inaccessible here">b.c</error>) {
|
||||
switch (<error descr="'A.B.C' is inaccessible here">b.c</error>) {
|
||||
case SOME:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user