Skip to content

Commit

Permalink
Update R8 to version 3.0.17-dev
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 355103313
  • Loading branch information
Googler authored and copybara-github committed Feb 2, 2021
1 parent a01e94a commit 20ef2ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public void visit(
super.visit(version, access, name, signature, superName, interfaces);
assertThat(computeMinorClassFileVersion(version)).isEqualTo(0);
largestClassFileVersion = Math.max(version, largestClassFileVersion);
if (classNameFromBinaryName(name).startsWith("-$$Lambda$")) {
if (classNameFromBinaryName(name).contains("-$$ExternalSyntheticLambda")) {
numberOfDesugaredLambdas++;
}
if (name.endsWith("$-CC")) {
Expand Down

0 comments on commit 20ef2ea

Please sign in to comment.