Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
added a comment in fix for #1212
Co-authored-by: Manu Sridharan <msridhar@gmail.com>
  • Loading branch information
dhruv-agr and msridhar authored Jun 4, 2025
commit e7d99599ef8b5b6870f9f47013e2883ab71f84d9
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,7 @@ public void compareGenericTypeParameterNullabilityForCall(

// substitute type arguments for constructor call
if (tree instanceof NewClassTree) {
// get the type arguments from the NewClassTree itself
Type enclosingType = getTreeType(tree, config);
Comment thread
dhruv-agr marked this conversation as resolved.
if (enclosingType != null) {
invokedMethodType =
Expand Down