Method Summary |
|
public void | test1() Attempt to create a class with a protected constructor
from another package. |
public void | test2() Attempt to create a class with a protected constructor
from another package.
Now we've changed the constructor accessiblity before creating. |
public void | test3() Attempt to create a class with a protected constructor
in the same package. |
public void | test4() Attempt to create an inner class which is package accessible. |
public void | test5() Attempt to create an inner class which is package accessible. |
public void | test6() |