Incorrect Apex Modifier Warning

Issue #1609 resolved
Jaap Branderhorst created an issue

Try the following:

  1. create a class A with method private void foo().
  2. create a class B extending class A.
  3. add a method public void foo() to B.
  4. I get an Apex Modifier Warning for the method foo on B although it compiles and is legal to do so.

Comments (3)

  1. Scott Wells repo owner

    I just committed a few fixes that will definitely help with this issue and will likely (hopefully?) help with #1592 as well. The fixes will be included in the next build which I'm planning to get out either tomorrow or Friday, though most likely Friday due to TDX20.

  2. Log in to comment