Eric Milles created GROOVY-11088:
------------------------------------
Summary: Missing symbol for package-private member under joint
compilation
Key: GROOVY-11088
URL: https://issues.apache.org/jira/browse/GROOVY-11088
Project: Groovy
Issue Type: Bug
Components: Stub generator / Joint compiler
Affects Versions: 4.0.12, 3.0.17
Reporter: Eric Milles
Assignee: Eric Milles
Consider the following:
{code:groovy}
class C {
@PackageScope static final String X = "x"
}
{code}
Reference to "C.X" from a java class in the same package produces missing
symbol error.
This has to do stubgen running on an early compile pahse. In this case, there
are no members to generate, only modifiers to adjust so we should be able to
sniff this out and handle it special.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)