Build 604

Declare a class:

public class MyClass {
  public interface MyInterface {
  }
}

Declare a new class trying to implement that interface:

public class MyNewClass implements MyCl|

With the cursor at "|".  Code-completion will not be available.  (Such
that I could eventually have "MyClass.MyInterface")  I understand that
this is a bit tricky, since "MyClass" is not an interface to be
implemented, but it seems to me it should still work.

Kirk


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to