You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adjust the API name entry for nested classes (#20279)
## Problem
#20157 demonstrated that some build
pipelining tests fail on the latest sbt 1.10.0-RC2:
```
Error: (sbt-test / scripted) Failed tests:
Error: pipelining/Yjava-tasty-fromjavaobject
Error: pipelining/Yjava-tasty-paths
```
This is likely caused by inconsistent capturing of APIs from Java
sources in ExtractAPI vs AnalyzingJavaCompiler in Zinc.
## Solution
This adjusts the API name entry for Java nested classes.
0 commit comments