Fix accept() in light methods elements to avoid treating them as ClsElements
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package test;
|
||||
|
||||
import static test.kotlin.KotlinEnum.ENTRY;
|
||||
|
||||
public class EnumStaticImportInJava {
|
||||
void other() {
|
||||
ENTRY.foo();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user