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
Adds DaggerSuperficialValidationTest test case for missing super interface types.
This CL adds test cases to DaggerSuperficialValidationTest that test missing super interface types. Previously, we were only testing missing super class types.
Note: While adding these tests I uncovered a Javac bug (b/444278301), so I've added a TODO to keep track of this issue. One option is to try to implement a fix at the XProcessing layer.
RELNOTES=N/A
PiperOrigin-RevId: 806363551
0 commit comments