Using Android Studio 3.5 stable, I am seeing a reporting discrepancy between Lint integration tests and Android Studio. I'm fairly certain these used to work prior to 3.5 stable, but I haven't been able to try reverting to an older version yet.
b/140637106 outlines the symptom and aosp/1116455 adds additional integration tests to verify that the custom Lint rule itself works correctly. On the Android Studio side, however, only a single error is shown at line 54 for the Java annotation usage: new TimeProviderKt().getTimeJava();
The integration tests are using 26.5.0 lint artifacts.
Description
new TimeProviderKt().getTimeJava();
The integration tests are using 26.5.0 lint artifacts.