I reported this months ago and got no response.

Gael Billard wrote:
> Due to that error, code completion doesn't work for this kind of element.
> 
> Gael Billard wrote:
> 
>> Idea report import of public inner class as an error (Cannot resolve 
>> symbol error).
>>
>> ex :
>> file Class_A.java
>>
>> class Class_A {
>>
>>   ....
>>
>>     public class Class_B {
>>
>>     }
>>   ....
>> }
>>
>> file Class_C.java
>>
>> import Class_A.Class_B;   <-- reported as an error.
>>
>> class Class_C {
>>
>>   ....
>>
>>     Class_B object = new Class_B();   <-- reported as correct.
>>
>>   ....
>> }
>>
> 

_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to