Skip to content

Commit

Permalink
Internal refactor.
Browse files Browse the repository at this point in the history
RELNOTES=N/A
PiperOrigin-RevId: 342737069
  • Loading branch information
bcorso authored and Dagger Team committed Nov 16, 2020
1 parent 8cafe80 commit 55c06b5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -588,8 +588,9 @@ private Optional<BindingExpression> unscopedDirectInstanceExpression(
case COMPONENT_PRODUCTION:
case PRODUCTION:
throw new IllegalArgumentException(binding.kind().toString());
default:
throw new AssertionError("Unexpected binding kind: " + binding.kind());
}
throw new AssertionError();
}

/**
Expand Down

0 comments on commit 55c06b5

Please sign in to comment.